UNPKG

cuelang-js

Version:
10 lines (9 loc) 263 B
import './wasm_exec'; import { fs as memfs } from 'memfs'; export { memfs }; export declare const isBrowser: boolean; export default function (command: string, args?: string[], flags?: any): Promise<{ code: number; stdout: string; stderr: string; }>;