8 lines
312 B
TypeScript
8 lines
312 B
TypeScript
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
|