UNPKG

@noeldemartin/faker

Version:

Generate massive amounts of fake contextual data

20 lines (19 loc) 1.14 kB
export type { AddressDefinitions } from './address'; export type { AnimalDefinitions } from './animal'; export type { ColorDefinitions } from './color'; export type { CommerceDefinitions, CommerceProductNameDefinitions, } from './commerce'; export type { CompanyDefinitions } from './company'; export type { DatabaseDefinitions } from './database'; export type { DateDefinitions, DateEntryDefinition } from './date'; export type { Definitions, LocaleDefinition } from './definitions'; export type { FinanceCurrencyEntryDefinitions, FinanceDefinitions, } from './finance'; export type { HackerDefinitions } from './hacker'; export type { InternetDefinitions } from './internet'; export type { LoremDefinitions } from './lorem'; export type { MusicDefinitions } from './music'; export type { NameDefinitions, NameTitleDefinitions } from './name'; export type { PhoneNumberDefinitions } from './phone_number'; export type { ScienceDefinitions } from './science'; export type { SystemDefinitions, SystemMimeTypeEntryDefinitions, } from './system'; export type { VehicleDefinitions } from './vehicle'; export type { WordDefinitions } from './word';