Duffer Derek

Current Path : /var/www/sitesecurity.bitkit.dk/httpdocs/node_modules/redux/src/utils/
Upload File :
Current File : /var/www/sitesecurity.bitkit.dk/httpdocs/node_modules/redux/src/utils/isAction.ts

import { Action } from '../types/actions'
import isPlainObject from './isPlainObject'

export default function isAction(action: unknown): action is Action<string> {
  return (
    isPlainObject(action) &&
    'type' in action &&
    typeof (action as Record<'type', unknown>).type === 'string'
  )
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists