Files
DefinitelyTyped/js-url/js-url-tests.ts
2014-08-24 09:57:53 +03:00

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