UNPKG

@noeldemartin/faker

Version:

Generate massive amounts of fake contextual data

11 lines (10 loc) 253 B
import type { LocaleEntry } from './definitions'; /** * The possible definitions related to lorem texts. */ export declare type LoremDefinitions = LocaleEntry<{ /** * Lorem words used to generate dummy texts. */ words: string[]; }>;