UNPKG

@cortical/core

Version:

A RESTful API framework for your apps based on GraphQL type system.

4 lines (3 loc) 160 B
/// <reference types="node" /> import { ExecSyncOptions } from 'child_process'; export declare function exec(command: string, options?: ExecSyncOptions): void;