UNPKG

datauri

Version:
4 lines (3 loc) 164 B
import { DataURI } from './types'; declare function DataURIASync(fileName: string, handler?: DataURI.Callback): Promise<string | undefined>; export = DataURIASync;