mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-06 23:17:22 +00:00
push all website files
This commit is contained in:
9
website/functions/node_modules/@protobufjs/inquire/index.d.ts
generated
vendored
Normal file
9
website/functions/node_modules/@protobufjs/inquire/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
export = inquire;
|
||||
|
||||
/**
|
||||
* Requires a module only if available.
|
||||
* @memberof util
|
||||
* @param {string} moduleName Module to require
|
||||
* @returns {?Object} Required module if available and not empty, otherwise `null`
|
||||
*/
|
||||
declare function inquire(moduleName: string): Object;
|
Reference in New Issue
Block a user