UNPKG

164 BTypeScriptView Raw
1import { DataURI } from "./types";
2declare function DataURIASync(fileName: string, handler?: DataURI.Callback): Promise<string | undefined>;
3export = DataURIASync;