Use typescript fake data for your system.
npm install ts-faker

> Use typescript fake data for your system.
- You can find examples for all features in the test examples.

`` ts
import fake from 'ts-faker';
const data = fake([
'/path/to/some.d.ts',
'/path/to/other.d.ts'
]);
``