barrelize 1.7.2 → 1.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.d.ts +3 -2
- package/lib/index.js +4568 -8206
- package/package.json +8 -8
- package/schema.json +16 -16
package/lib/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { default as default_2
|
|
1
|
+
import { default as default_2 } from 'zod';
|
|
2
|
+
import { z } from 'zod';
|
|
2
3
|
|
|
3
4
|
export declare const $BarrelConfig: z.ZodObject<{
|
|
4
5
|
root: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -135,4 +136,4 @@ export declare function tryParseRegex(s: string): RegExp | null;
|
|
|
135
136
|
|
|
136
137
|
export declare function watchBarrels(configDir: string, config: Config): Promise<void>;
|
|
137
138
|
|
|
138
|
-
export { }
|
|
139
|
+
export { }
|