index.d.ts 313 B

12345678
  1. export type { ParsedDataURI } from './common';
  2. /**
  3. * Returns a `Buffer` instance from the given data URI `uri`.
  4. *
  5. * @param {String} uri Data URI to turn into a Buffer instance
  6. */
  7. export declare const dataUriToBuffer: (uri: string | URL) => import("./common").ParsedDataURI;
  8. //# sourceMappingURL=index.d.ts.map