hana-cli
Version:
HANA Developer Command Line Interface
8 lines (7 loc) • 301 B
TypeScript
export function myTest(command: any, done: any): void;
export const exec: typeof child_process.exec;
export const fork: typeof child_process.fork;
export const addContext: any;
export const assert: typeof assertInt;
import * as child_process from 'child_process';
import * as assertInt from 'assert';