UNPKG

@qelos/assets

Version:

manage assets like images and static files on remote servers

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