1.0.1 • Published 2 years ago

@fakerjs/computer v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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