Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Commit

Permalink
Add TODO section to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbco committed May 23, 2018
1 parent 5ee474d commit f12ea08
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,11 @@ Self-explanatory, basic Faker data type and sub-type selection.
----

For a complete list of fake data types, refer to the list here: https://www.npmjs.com/package/faker#api-methods

----

## TODO:

* Better handling of the modifier argument (this should only show when an argument is able to passed to the Faker constructor).
* Coercing of the modifier argument into the object type the Faker constructor is expecting.
(Both of these items requires some way to know that what arguments and types the Faker constructor is expecting; if you know of a good way to figure this out, please let me know!)

0 comments on commit f12ea08

Please sign in to comment.