Skip to content

Commit f99c80e

Browse files
committed
chore: zap
1 parent 2c58334 commit f99c80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ export * as shell from 'shelljs';
2626
export * as onExit from 'signal-exit';
2727
export * as hash from 'hash-sum';
2828
export * as path from 'path';
29+
export * as tryRequire from 'try-require';
2930

30-
export function tryRequire(id: string, req?: Object): any | null;
3131
export function assert(value: any, message?: string | Error): void;
3232

3333
export * as moduleAlias from './src/moduleAlias';

0 commit comments

Comments
 (0)