Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.19 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.19 KB

Blood

Blood package provides functionality to generate a fake blood value.

Version node-current License

Install

npm

npm install @fakerjs/blood --save-dev

yarn

yarn add @fakerjs/blood -D

Usage

import blood from '@fakerjs/blood';

blood().type();
//=> A

blood().rhFactor();
//=> +

blood().group();
//=> A+

Tests

Run tests

npm run test

License

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