UNPKG

shell-ahk

Version:

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

12 lines (10 loc) 245 B
export type Constructor = (source: string) => void export class FileShell { source: string constructor(source: string) append(content: string): void isExists(): boolean read(): string remove(): void write(content: string): void }