@v8187/rs-mock
TypeScript icon, indicating that this package has built-in type declarations

0.1.6 • Public • Published

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

Package Sidebar

Install

npm i @v8187/rs-mock

Weekly Downloads

16

Version

0.1.6

License

MIT

Unpacked Size

19.9 MB

Total Files

75

Last publish

Collaborators

  • vikram1vicky