UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 178 B
export type IsKeyBound = (key: string) => boolean declare module './isKeyBound' { /** Checks if a key is bound */ const isKeyBound: IsKeyBound export default isKeyBound }