UNPKG

shell-ahk

Version:

`Lodash`/`jQuery` for `AHK`.

10 lines (8 loc) 232 B
export type GetType = ( ipt: unknown, ) => 'array' | 'function' | 'number' | 'object' | 'string' declare module './getType' { /** Returns the type of the input as a string */ const getType: GetType export default getType }