Files
DefinitelyTyped/js-url/js-url-test.ts
MIZUNE Pine 3963c4498b Add url
2014-04-26 10:37:50 +09:00

10 lines
171 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');