cmux/node_modules/@vercel/introspection/dist/loaders/hooks.d.mts
2026-01-29 17:36:26 -08:00

5 lines
No EOL
281 B
TypeScript

//#region src/loaders/hooks.d.ts
declare function resolve(specifier: string, context: any, nextResolve: any): Promise<any>;
declare function load(url: string, context: any, nextLoad: (url: string, context: any) => Promise<any>): Promise<any>;
//#endregion
export { load, resolve };