UNPKG

netlify-cli

Version:

Netlify command line tool

10 lines 297 B
export declare const BACKGROUND = "-background"; export declare const getFunctions: (functionsSrcDir: any, config?: {}) => Promise<{ mainFile: any; name: any; runtime: any; urlPath: string; isBackground: any; schedule: any; }[]>; //# sourceMappingURL=get-functions.d.ts.map