UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 169 B
export type Noop = (...args: unknown[]) => void declare module './noop' { /** A no-operation function that does nothing */ const noop: Noop export default noop }