UNPKG

@plastichub/osr-mail

Version:

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

7 lines (6 loc) 300 B
export * from './constants'; export * from './types'; export * from './lib'; export declare const logger: import("@plastichub/core/debug").Logger; import { IObjectLiteral } from "@plastichub/core"; export declare const substitute: (alt: boolean, template: string, vars: IObjectLiteral) => any;