UNPKG

@hairy/lnv

Version:
7 lines (5 loc) 393 B
declare function parseCommandString(command: string): string[]; declare function replaceLiteralQuantity(input: string, parsed: any): string; declare function readfiles(root: string, file: string, depth?: boolean): string[]; declare function readfile(root: string, file: string, depth?: boolean): string | undefined; export { parseCommandString, readfile, readfiles, replaceLiteralQuantity };