Skip to content

faker-javascript/string

Repository files navigation

String

String package provides functionality to generate a fake string value.

Version node-current License

Install

npm

npm install @fakerjs/string --save-dev

yarn

yarn add @fakerjs/string -D

Usage

import string from '@fakerjs/string';

string();
//=> 3Kekravwvb78vP9CQPP1vaRCgi4dZETOktxzf8pF5gufFqh8mOICMqjRP4y8UxoI

string({length: 10});
//=> FxvqHNFNUu

string({length: 10, keyspace: '#@$%&+='});
//=> $+#%#&$$=@

Tests

Run tests

npm run test

License

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

About

String package provides functionality to generate a fake string value.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published