Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.24 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.24 KB

House

House package provides functionality to generate a fake house value.

Version node-current License

Install

npm

npm install @fakerjs/house --save-dev

yarn

yarn add @fakerjs/house -D

Usage

import house from '@fakerjs/house';

house({locale: 'en_US'}).room();
//=> kitchen 
// Allowed locale: en_US

house().room();
//=> kitchen

house().furniture();
//=> chair

Tests

Run tests

npm run test

License

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