UNPKG

@metacall/faas

Version:

Reimplementation of MetaCall FaaS platform written in TypeScript.

3 lines (2 loc) 158 B
export declare const exists: (path: string) => Promise<boolean>; export declare const ensureFolderExists: <Path extends string>(path: Path) => Promise<Path>;