UNPKG

shell-ahk

Version:

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

10 lines (7 loc) 215 B
import type { FileShell } from './fileShell' export type File = (source: string) => FileShell declare module './file' { /** Creates a file shell for file operations */ const file: File export default file }