breadc 0.6.1 → 0.6.2
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/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -137,4 +137,4 @@ declare class Breadc<GlobalOption extends object = {}> {
|
|
|
137
137
|
|
|
138
138
|
declare function breadc<T extends object = {}>(name: string, option?: AppOption): Breadc<T>;
|
|
139
139
|
|
|
140
|
-
export { breadc as default };
|
|
140
|
+
export { Breadc, Command, CommandConfig, Option, OptionConfig, breadc as default };
|