@eleven-am/faker
    Preparing search index...

    Interface GeneratorContext

    interface GeneratorContext {
        cache?: Map<string, any>;
        index?: number;
        key?: string;
        locale?: string;
        options?: Record<string, any>;
        parent?: any;
        path?: string;
        rng: PCG;
        seed?: number;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    cache?: Map<string, any>
    index?: number
    key?: string
    locale?: string
    options?: Record<string, any>
    parent?: any
    path?: string
    rng: PCG
    seed?: number