We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c58334 commit f99c80eCopy full SHA for f99c80e
index.d.ts
@@ -26,8 +26,8 @@ export * as shell from 'shelljs';
26
export * as onExit from 'signal-exit';
27
export * as hash from 'hash-sum';
28
export * as path from 'path';
29
+export * as tryRequire from 'try-require';
30
-export function tryRequire(id: string, req?: Object): any | null;
31
export function assert(value: any, message?: string | Error): void;
32
33
export * as moduleAlias from './src/moduleAlias';
0 commit comments