mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
10 lines
126 B
TypeScript
10 lines
126 B
TypeScript
|
|
|
|
url();
|
|
|
|
url('domain');
|
|
url(1);
|
|
|
|
url('domain', 'test.www.example.com/path/here');
|
|
url(-1, 'test.www.example.com/path/here');
|