UNPKG

univ-conv

Version:

The universal binary and text converter

4 lines 211 B
import { TextHelper } from "./TextHelper"; export declare function dataUrlToBase64(dataUrl: string): string; export declare function getTextHelper(): Promise<TextHelper>; //# sourceMappingURL=StringUtil.d.ts.map