Skip to main content
Module

x/deno_faker/mod.ts

Deno port of https://github.com/Marak/faker.js
Latest
File
// since we are requiring the top level of faker, load all locales by defaultimport * as locales from "./lib/locales.ts";import { Faker } from "./lib/mod.ts";export const faker = new Faker({ locales });