quickwire
Version:
Automatic API generator for Next.js applications that creates API routes and TypeScript client functions from backend functions
10 lines • 630 B
TypeScript
export { CONFIG } from './config';
export type { QuickwireConfig } from './config';
export { analyzeModuleExports, detectHttpMethod } from './ast';
export { fileCache, getCachedExports, setCachedExports } from './cache';
export { generateQuickwireFile, generateApiRoutesForFile, scanAllBackendFunctions, processBackendFile, markFileChanged, getGenerationStats } from './generator';
export type { ExportedFunction, ExportedType, ModuleExports } from './types';
export { pascalToKebab, shouldProcessFile, sanitizeFilePath } from './utils/utils';
export * from './utils/index';
//# sourceMappingURL=index.d.ts.map