epub-iconv
Version:
8 lines (7 loc) • 322 B
TypeScript
/**
* Created by user on 2019/8/1.
*/
import { IEpubIconvOptions } from './buffer';
import { ITSValueOrArray } from 'ts-type';
export declare function handleOptions<T extends Partial<IEpubIconvOptions>, U>(opts: T, ...argv: U[]): T & U;
export declare function handlePattern(pattern: ITSValueOrArray<string>): string[];