taraskevizer
    Preparing search index...

    Type Alias SplittedTextStorage

    type SplittedTextStorage = {
        origArr: readonly string[];
        textArr: string[];
    }
    Index

    Properties

    Properties

    origArr: readonly string[]
    textArr: string[]