# 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:9
Parameters:
Name | Type | Default |
---|---|---|
options | FileGlobOptions | {} |
Returns: TypescriptSourceGlob
# Properties
# exclude
• exclude: string[] = []
Implementation of FileGlob.exclude
Defined in glob.ts:9
# include
• include: string[] = []
Implementation of FileGlob.include
Defined in glob.ts:8
# Methods
# findFiles
▸ findFiles(): Promise‹BollFile[]›
Implementation of FileGlob
Defined in glob.ts:20
Returns: Promise‹BollFile[]›