Skip to content
/ rs-mock Public

This tool provides mock(Sample) data to test your application written in JavaScript and Typescript.

License

Notifications You must be signed in to change notification settings

v8187/rs-mock

Repository files navigation

rs-mock

This tool provides mock(Sample) data to test your application written in JavaScript and Typescript.

Install

$ npm install rs-mock

Include in your code

const rsMock = require('@v8187/rs-mock');

OR

const { gender } from '@v8187/rs-mock';

Documentation / Example

All examples will use ES6 pattern.

gender

const { gender } from '@v8187/rs-utils';

gender(); // Male

API

Full API

License

MIT