UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 152 B
export type Now = () => number declare module './now' { /** Returns the current timestamp in milliseconds */ const now: Now export default now }