UNPKG

@metacall/faas

Version:

Reimplementation of MetaCall FaaS platform written in TypeScript.

4 lines (3 loc) 139 B
/// <reference types="node" /> import { exec as syncExec } from 'child_process'; export declare const exec: typeof syncExec.__promisify__;