fp-filters - v0.5.3
    Preparing search index...

    Variable includesConst

    includes: (q: string) => (arg: string) => any = ...

    Returns true if the string includes the specified substring

    Type declaration

      • (q: string): (arg: string) => any
      • Parameters

        • q: string

        Returns (arg: string) => any

    A proxy for the String.prototype.includes method