Skip to content

Blood package provides functionality to generate a fake blood value.

License

Notifications You must be signed in to change notification settings

faker-javascript/blood

Repository files navigation

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

About

Blood package provides functionality to generate a fake blood value.

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published