mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
10 lines
162 B
TypeScript
10 lines
162 B
TypeScript
/// <reference path="js-url.d.ts" />
|
|
|
|
url();
|
|
|
|
url('domain');
|
|
url(1);
|
|
|
|
url('domain', 'test.www.example.com/path/here');
|
|
url(-1, 'test.www.example.com/path/here');
|