1.0.1 • Published 3 years ago

is-fakedata v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

is-fakedata

This dependency has the function of generating specific data, based on given properties 🚀.

How to use it?

It's relatively easy 😎

  npm install is-fakedata
  import { createData } from 'is-fakedata'

The function initially receives many parameters, some are not mandatory, here I explain them to you 🙌.

App Screenshot

  t -> It is the type of data you want 'users', 'animals'
  e -> It is the array of properties you want ['id', 'name'] or ['first_name']
  r -> It is the number of objects you need
  s -> It is optional, it is the file name
  o -> It is optional, but it is the file address

Ready, that's all! 😁

Authors

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago