Files
DefinitelyTyped/js-url/js-url-tests.ts
2016-05-10 12:22:25 -07:00

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');