UNPKG

@qelos/assets

Version:

manage assets like images and static files on remote servers

10 lines (9 loc) 181 B
/** * File URI to Path function. * * @param {String} uri * @return {String} path * @api public */ declare function fileUriToPath(uri: string): string; export = fileUriToPath;