basura - v4.1.0
    Preparing search index...

    Interface GenMeta

    interface GenMeta {
        boxed?: boolean;
        cborUnsafe?: boolean;
        freq?: number;
        jsonUnsafe?: boolean;
        weak?: boolean;
    }
    Index

    Properties

    boxed?: boolean

    Generates a boxed type.

    cborUnsafe?: boolean

    Generator unsafe for CBOR.

    freq?: number

    Relative frequency for this generator.

    jsonUnsafe?: boolean

    Generator unsafe for JSON.

    weak?: boolean

    Generates a type that can be weakly held.