UNPKG

netlify

Version:

Netlify command line tool

6 lines 480 B
import BaseCommand from '../../commands/base-command.js'; export declare const getUserEdgeFunctionsDirectory: (command: BaseCommand) => string | undefined; export declare const getInternalEdgeFunctionsDirectory: (command: BaseCommand) => string; export declare const getFrameworkEdgeFunctionsDirectory: (command: BaseCommand) => string; export declare const anyEdgeFunctionsDirectoryExists: (command: BaseCommand) => Promise<boolean>; //# sourceMappingURL=get-directories.d.ts.map