UNPKG

specmatic

Version:
4 lines (3 loc) 237 B
import { ChildProcess } from 'child_process'; declare const callCore: (args: (string | number)[], done: (error: any) => void, onOutput: (message: string, error: boolean) => void, jvmArgs?: string[]) => ChildProcess; export { callCore };