curaflow/node_modules/@protobufjs/inquire/index.d.ts

11 lines
354 B
TypeScript

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`
* @deprecated Legacy optional require helper. Will be removed in a future release.
*/
declare function inquire(moduleName: string): object;