Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
jajbshjahavahh
GitHub Repository: jajbshjahavahh/Gojo-Satoru
Path: blob/master/node_modules/@protobufjs/inquire/index.d.ts
2591 views
1
export = inquire;
2
3
/**
4
* Requires a module only if available.
5
* @memberof util
6
* @param {string} moduleName Module to require
7
* @returns {?Object} Required module if available and not empty, otherwise `null`
8
*/
9
declare function inquire(moduleName: string): Object;
10
11