@modern-js/utils 1.7.9 → 1.7.10
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +6 -0
- package/dist/compiled.d.ts +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/compiled.d.ts
CHANGED
@@ -31,6 +31,7 @@ export type { SignaleOptions } from '../compiled/signale';
|
|
31
31
|
export type { IOptions as GlobOptions } from '../compiled/glob';
|
32
32
|
export type { GlobbyOptions } from '../compiled/globby';
|
33
33
|
export type { FSWatcher, WatchOptions } from '../compiled/chokidar';
|
34
|
+
export type { ExecaError } from '../compiled/execa';
|
34
35
|
/**
|
35
36
|
* Lazy import some expensive modules that will slow down startup speed.
|
36
37
|
* Notice that `csmith-tools build` can not bundle lazy imported modules.
|