UNPKG

awkjs

Version:

The JavaScript compilation of GNU awk that runs in browser and NodeJS

3 lines 179 B
declare module "awkjs" { export function awkjs(overrides?: Object): Promise<{ awk: (text: string, query: string, options: string[]) => { stdout: string, stderr: string } }>; }