Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno_faker/locale/ReadMe.md

Deno port of https://github.com/Marak/faker.js
Go to Latest
File

Read Me

The files in this directory have been auto-generated from the gulpfile.

These file exist in order to allow users to require the faker library using a specific locale ( instead of the default behavior or loading all all locales ).

Example:

import { faker } from "../locale/en.ts"
console.log(faker.name.findName());