UNPKG

@visulima/packem

Version:

A fast and modern bundler for Node.js and TypeScript.

3 lines (2 loc) 127 B
export declare const isValidDataURL: (url?: string) => boolean; export declare const dataURLContents: (url: string) => string;