mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
10 lines
321 B
TypeScript
10 lines
321 B
TypeScript
// Copied from https://github.com/sindresorhus/file-url/blob/14c7a69ae3798f50b3a4a21823c86e10b38160fe/readme.md
|
|
|
|
/// <reference path="file-url.d.ts" />
|
|
|
|
fileUrl('unicorn.jpg');
|
|
//=> 'file:///Users/sindresorhus/dev/file-url/unicorn.jpg'
|
|
|
|
fileUrl('/Users/pony/pics/unicorn.jpg');
|
|
//=> 'file:///Users/pony/pics/unicorn.jpg'
|