osr-discourse/options.d.ts
2024-06-29 21:53:26 +02:00

4 lines
134 B
TypeScript

export * from './lib';
import { IOptions } from './types';
export declare const parse: (options: IOptions, argv: any) => IOptions;