ReactorPath
Constructors
Constructor
new ReactorPath(): ReactorPath;
Returns
ReactorPath
Properties
Methods
equals()
static equals(...paths): boolean;
Parameters
| Parameter | Type |
|---|---|
...paths | string[] |
Returns
boolean
join()
static join(...parts): string;
Parameters
| Parameter | Type |
|---|---|
...parts | string[] |
Returns
string
matches()
static matches(path, glob): boolean;
Parameters
| Parameter | Type |
|---|---|
path | string |
glob | string |
Returns
boolean