Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.12 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.12 KB

Browser

Browser package provides functionality to generate a fake browser value.

Version node-current License

Install

$ npm install --save @fakerjs/browser

Usage

import browser from '@fakerjs/browser';

browser();
//=> Safari

Tests

Run tests

npm run test

License

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