WebCola
Options
All
  • Public
  • Public/Protected
  • All
Menu

Callable

  • M(target: string, pattern: string, options?: IOptions): boolean
  • Parameters

    • target: string
    • pattern: string
    • Optional options: IOptions

    Returns boolean

Index

Variables

Minimatch

Minimatch: IMinimatchStatic

Functions

filter

  • filter(pattern: string, options?: IOptions): function
  • Parameters

    • pattern: string
    • Optional options: IOptions

    Returns function

      • (element: string, indexed: number, array: string[]): boolean
      • Parameters

        • element: string
        • indexed: number
        • array: string[]

        Returns boolean

makeRe

  • makeRe(pattern: string, options?: IOptions): RegExp
  • Parameters

    • pattern: string
    • Optional options: IOptions

    Returns RegExp

match

  • match(list: string[], pattern: string, options?: IOptions): string[]
  • Parameters

    • list: string[]
    • pattern: string
    • Optional options: IOptions

    Returns string[]

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc