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'
]);
Use typescript fake data for your system.
<script type="module">
import tsFaker from 'https://cdn.skypack.dev/ts-faker';
</script>
Use typescript fake data for your system.
import fake from 'ts-faker';
const data = fake([
'/path/to/some.d.ts',
'/path/to/other.d.ts'
]);