UNPKG

@qelos/assets

Version:

manage assets like images and static files on remote servers

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