0.1.6 • Published 5 years ago

@v8187/rs-mock v0.1.6

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.1-draft.3

5 years ago

0.0.1-draft.2

5 years ago

0.0.1-draft.1

5 years ago

0.0.1-draft.0

5 years ago