UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 191 B
export type Once = (callback: Function) => Function declare module './once' { /** Creates a function that is restricted to invoking func once */ const once: Once export default once }