Class: TypescriptSourceGlob
@boll/core › Globals › TypescriptSourceGlob
Class: TypescriptSourceGlob
Hierarchy
- TypescriptSourceGlob
Implements
Index
Constructors
Properties
Methods
Constructors
constructor
+ new TypescriptSourceGlob(options: FileGlobOptions): TypescriptSourceGlob
Defined in glob.ts:15
Parameters:
| Name | Type | Default |
|---|---|---|
options | FileGlobOptions | {} |
Returns: TypescriptSourceGlob
Properties
exclude
• exclude: string[] = []
Implementation of FileGlob.exclude
Defined in glob.ts:15
include
• include: string[] = []
Implementation of FileGlob.include
Defined in glob.ts:14
Methods
findFiles
▸ findFiles(): Promise‹BollFile[]›
Implementation of FileGlob
Defined in glob.ts:26
Returns: Promise‹BollFile[]›