Skip to content

Options

Matching semantics, shared by the segment core and the path API.

PropertyTypeDescription
caseInsensitive?booleanMatch paths ignoring ASCII case. Default false.
dot?booleanLet */** match a leading-dot segment. Default false (dotfiles are excluded).
globstarMatchesZero?booleanA globstar between separators may span zero segments (so a/**/b matches a/b). Default true.