@v8187/rs-mock
v0.1.6
Published
This tool provides mock(Sample) data to test your application written in JavaScript and Typescript.
Maintainers
Readme
rs-mock
This tool provides mock(Sample) data to test your application written in JavaScript and Typescript.
Install
$ npm install rs-mockInclude in your code
const rsMock = require('@v8187/rs-mock');OR
const { gender } from '@v8187/rs-mock';Documentation / Example
All examples will use
ES6pattern.
gender
const { gender } from '@v8187/rs-utils';
gender(); // Male