multiple glob patterns (#287)

This commit is contained in:
eric sciple
2020-01-09 15:05:31 -05:00
committed by GitHub
parent 683245ad5e
commit 1a2c592903
7 changed files with 547 additions and 380 deletions

View File

@@ -1,7 +1,10 @@
export interface IGlobOptions {
/**
* Options to control globbing behavior
*/
export interface GlobOptions {
/**
* Indicates whether to follow symbolic links. Generally should be true
* unless deleting files.
* Indicates whether to follow symbolic links. Generally should set to false
* when deleting files.
*
* @default true
*/