DefinitelyTyped/types/js-url/js-url-tests.ts
2017-03-24 14:27:52 -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');