wilddragon-site/node_modules/next/dist/build/templates/helpers.d.ts

9 lines
266 B
TypeScript
Raw Normal View History

2026-04-17 15:51:01 -04:00
/**
* Hoists a name from a module or promised module.
*
* @param module the module to hoist the name from
* @param name the name to hoist
* @returns the value on the module (or promised module)
*/
export declare function hoist(module: any, name: string): any;