proposit-core
    Preparing search index...

    Type Alias TParserBuildOptions

    type TParserBuildOptions = {
        generateId?: () => string;
        strict?: boolean;
    }
    Index

    Properties

    Properties

    generateId?: () => string

    UUID generator for new entity IDs. Defaults to globalThis.crypto.randomUUID().

    strict?: boolean