UNPKG

267 BTypeScriptView Raw
1declare function dumpProject(out?: any, options?: any): void;
2declare function diffReleases(dump: string | object, srcTag: string, dstTag: string): any;
3export declare const Dump: {
4 create: typeof dumpProject;
5 diffReleases: typeof diffReleases;
6};
7export {};