minidev 0.0.3 → 0.0.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/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  import EventEmitter from 'events';
2
+ import { Command } from 'commander';
2
3
  declare module 'minidev' {
3
4
 
4
5
  export type DeepPartial<T> = {
@@ -55,6 +56,10 @@ declare module 'minidev' {
55
56
 
56
57
  export const minidev: IMinidev;
57
58
 
59
+ export default minidev;
60
+
61
+ export function getProgram(): Command;
62
+
58
63
  export interface IMinidev {
59
64
 
60
65
  /**