Options
All
  • Public
  • Public/Protected
  • All
Menu

rs-mock - Documentation

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

Generated using TypeDoc