sdf-creator
    Preparing search index...

    Interface CreateResult

    interface CreateResult {
        sdf: string;
        time: number;
    }
    Index

    Properties

    Properties

    sdf: string

    The generated SDF string.

    time: number

    Time in milliseconds to create the SDF.