6 lines
181 B
TypeScript
6 lines
181 B
TypeScript
export * from './lib/index.js';
|
|
export interface IOptions {
|
|
}
|
|
export declare const clone: (obj: any) => any;
|
|
export declare const parse: (options: IOptions, argv: any) => IOptions;
|