@fakerjs/computer
v1.0.1
Published
Computer package provides functionality to generate a fake computer value.
Downloads
2
Readme
Install
npm
npm install @fakerjs/computer --save-dev
yarn
yarn add @fakerjs/computer -D
Usage
import computer from '@fakerjs/computer';
computer({locale: 'en_US'}).os();
//=> Catalina (10.15)
// Allowed locale: en_US
computer().os();
//=> Catalina (10.15)
computer().platform();
//=> macOS
computer().type();
//=> workstation
Tests
Run tests
npm run test
License
The MIT License (MIT) Copyright (c) Sergey Romanenko