UNPKG

hana-cli

Version:
10 lines (9 loc) 372 B
/// <reference types="node" /> /// <reference types="node" /> 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';