Skip to content

仓库 files navigation

Url

Url package provides functionality to generate a fake url value.

Version node-current License

Install

$ npm install --save @fakerjs/url

Usage

import url from '@fakerjs/url';

url();
//=> http://rad.com

url({protocol: 'https'});
//=> https://rad.com

url({protocol: 'https', tld: 'rad.com'});
//=> https://totally.rad.com

Tests

Run tests

npm run test

License

The MIT License (MIT) Copyright (c) Sergey Romanenko

关于

Url package provides functionality to generate a fake url value.

Resources

Code of conduct

Contributing

Stars

0 stars

关注者

1 watching

复刻s

发布

Sponsor this project

Used by

贡献者

Languages