@resee-movies/utilities - v0.8.0
    Preparing search index...

    Type Alias IsSubstringOfOptions

    Config options for the isSubstringOf utility.

    type IsSubstringOfOptions = {
        caseSensitive?: boolean;
        simplified?: boolean;
    }
    Index

    Properties

    caseSensitive?: boolean
    simplified?: boolean