UNPKG

datauri

Version:
3 lines (2 loc) 149 B
import DataURIParser from '../parser'; export declare const uriParser: ({ mimetype, base64 }: Pick<DataURIParser, 'mimetype' | 'base64'>) => string;