UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 202 B
export type Length = (ipt: string | unknown[] | object) => number declare module './length' { /** Returns the length of a string, array, or object */ const length: Length export default length }