@fakerjs/url
v1.0.0
Published
Url package provides functionality to generate a fake url value.
Readme
Install
$ npm install --save @fakerjs/urlUsage
import url from '@fakerjs/url';
url();
//=> http://rad.com
url({protocol: 'https'});
//=> https://rad.com
url({protocol: 'https', tld: 'rad.com'});
//=> https://totally.rad.comTests
Run tests
npm run testLicense
The MIT License (MIT) Copyright (c) Sergey Romanenko
