fakelab 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -37,7 +37,7 @@ Fakelab allows you to control generated mock data using JSDoc tags.
|
|
|
37
37
|
You simply annotate your TypeScript interfaces with the @faker tag, and Fakelab uses the corresponding [faker](https://fakerjs.dev/)
|
|
38
38
|
method when generating mock values.
|
|
39
39
|
|
|
40
|
-
interfaces
|
|
40
|
+
`/interfaces/user.ts`:
|
|
41
41
|
|
|
42
42
|
```typescript
|
|
43
43
|
export interface User {
|