UNPKG

shell-ahk

Version:

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

8 lines (6 loc) 192 B
export type Split = (ipt: string, delimiter: string) => string[] declare module './split' { /** Splits a string into an array of substrings */ const split: Split export default split }