blob: dd2dc3e2fc40bb49e9630b571c0e4fe00eb2002d [file] [log] [blame] [edit]
export type { ParsedDataURI } from './common';
/**
* Returns a `Buffer` instance from the given data URI `uri`.
*
* @param {String} uri Data URI to turn into a Buffer instance
*/
export declare const dataUriToBuffer: (uri: string | URL) => import("./common").ParsedDataURI;
//# sourceMappingURL=node.d.ts.map