UNPKG

@gent-js/gent

Version:

template-based data generator.

8 lines (7 loc) 155 B
import { faker } from "@faker-js/faker"; export const country = { name: "country", run: () => { return faker.location.country(); }, };