ixfx
    Preparing search index...

    Type Alias StringInterpolateOptions

    StringInterpolateOptions: Partial<InterpolateOptions> & {
        style: "token" | "centered" | "human";
        tokenise?: "character" | "word";
        tokeniser?: Tokeniser;
    }