How to use faker.js in typescript?
You have to import it like:
import * as faker from 'faker';
And use it like:
faker.name.findName()
You have to import it like:
import * as faker from 'faker';
And use it like:
faker.name.findName()