Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 598 Bytes

faastjs.commonoptions.exclude.md

File metadata and controls

22 lines (15 loc) · 598 Bytes
id title hide_title
faastjs.commonoptions.exclude
CommonOptions.exclude property
true

faastjs > CommonOptions > exclude

CommonOptions.exclude property

Exclude a subset of files included by CommonOptions.include.

Signature:

exclude?: string[];

Remarks

The exclusion can be a directory or glob. Exclusions apply to all included entries.