# Class: WorkspacesGlob

@boll/coreGlobalsWorkspacesGlob

# Class: WorkspacesGlob

# Hierarchy

  • WorkspacesGlob

# Implements

# Index

# Constructors

# Properties

# Methods

# Constructors

# constructor

+ new WorkspacesGlob(cwd: string): WorkspacesGlob

Defined in glob.ts:52

Parameters:

Name Type Default
cwd string ""

Returns: WorkspacesGlob

# Properties

# cwd

cwd: string

Defined in glob.ts:52


# exclude

exclude: string[] = []

Implementation of FileGlob.exclude

Defined in glob.ts:50


# include

include: string[] = []

Implementation of FileGlob.include

Defined in glob.ts:51

# Methods

# findFiles

findFiles(): Promise‹BollFile[]›

Implementation of FileGlob

Defined in glob.ts:58

Returns: Promise‹BollFile[]›