You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An expandable and powerful library for generating fake data, both in nodejs & browser envirionment. You can use it to build a mock data server in nodejs, or just mocking data locally in the browser, normal built-in types can seen in [official site](https://www.suchjs.com/?locale=en-US), more extended types can seen in the [document](https://suchjs.github.io/vp-suchjs/en/extTypes.html), you can start it easily.
16
15
17
16
## Installation
@@ -20,16 +19,87 @@ An expandable and powerful library for generating fake data, both in nodejs & br
Suchjs has powerful APIs for you to [design your own data](https://suchjs.github.io/vp-suchjs/en/api.html#such-define), you can use a template literal mixed normal string and all supported data types to generate a DIY string just like an article. A built-in recommend extend types can be seen in [such:recommend](./src/extends/recommend.ts)
99
+
30
100
## Questions & Bugs?
31
101
32
-
Welcome to report to us with [issue](https://github.com/suchjs/such/issues) if you meet any question or bug.
102
+
Welcome to report to us with [issue](https://github.com/suchjs/such/issues) if you meet any question or bug.
0 commit comments