Glob | @uirouter/core
Constructors
constructor
- new Glob(text: string): Glob
Methods
matches
- matches(name: string): boolean
-
Parameters
Returns boolean
Static fromString
- fromString(text: string): Glob
Static is
- is(text: string): boolean
-
Parameters
Returns boolean
Returns a glob from the string, or null if the string isn't Glob-like