UNPKG

@gent-js/gent

Version:

template-based data generator.

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