UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 171 B
export type Keys = (ipt: Record<string, unknown>) => string[] declare module './keys' { /** Returns the keys of an object */ const keys: Keys export default keys }