ts-faker
v0.0.5
Published
Use typescript fake data for your system.
Downloads
162
Readme
🃏 ts-faker
Use typescript fake data for your system.
- You can find examples for all features in the test examples.
Basic usage
import fake from 'ts-faker';
const data = fake([
'/path/to/some.d.ts',
'/path/to/other.d.ts'
]);