UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

4 lines 196 B
// since we are requiring the top level of faker, load all locales by default var Faker = require('./lib'); var faker = new Faker({ locales: require('./lib/locales') }); module['exports'] = faker;