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