Skip to content

faker-javascript/artist

Repository files navigation

Artist

Artist package provides functionality to generate a fake artist value.

Version node-current License

Install

npm

npm install @fakerjs/artist --save-dev

yarn

yarn add @fakerjs/artist -D

Usage

import artist from '@fakerjs/artist';

artist({locale: 'en_US'}).name();
//=> Picasso 
// Allowed locale: en_US

artist().name();
//=> Picasso

Tests

Run tests

npm run test

License

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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published