UNPKG

@plastichub/osr-mail

Version:

This is a CLI(CommandLineInterface) toolset to convert media files

4 lines (3 loc) 148 B
import { IOptions } from './types'; export declare const defaults: () => void; export declare const sanitize: (argv: any) => IOptions | boolean;