UNPKG

@maravilla-labs/functions

Version:

Maravilla Edge Functions bundler and development tools

3 lines 217 B
import type { FunctionInfo } from './types.js'; export declare function generateEntryFile(functions: Record<string, FunctionInfo>, routes: Record<string, FunctionInfo>): string; //# sourceMappingURL=generator.d.ts.map