UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 209 B
export type Values = <T>(ipt: { [x: string]: T }) => T[] declare module './values' { /** Creates an array of the own enumerable property values of object */ const values: Values export default values }