Initial boiler plate project
This commit is contained in:
8
node_modules/next/dist/build/templates/helpers.d.ts
generated
vendored
Normal file
8
node_modules/next/dist/build/templates/helpers.d.ts
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/**
|
||||
* 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;
|
||||
Reference in New Issue
Block a user