Datoteca — API Reference
    Preparing search index...

    Interface DatotecaOptions

    Opciones de inicialización de Datoteca.

    Initialization options for Datoteca.

    interface DatotecaOptions {
        seed: string | number;
    }
    Index
    seed: string | number

    Seed determinística: la misma seed siempre produce el mismo resultado. / Deterministic seed: the same seed always produces the same result.