string-mockery-js
v1.0.1
Published
Turn string into mockery
Readme
string-mockery-js
Package for turn your string into mockery
How to use
- Install the package
npm i string-mockery-js- Import package
const mockString = require('string-mockery-js')- Call the package
console.log(mockString("your string here"))