GlobOptionsWithoutFileTypes

sealed external interface GlobOptionsWithoutFileTypes : _GlobOptions<String> (source)

Properties

Link copied to clipboard
abstract var cwd: Any?

Current working directory.

Link copied to clipboard
abstract var exclude: Any?

Function to filter out files/directories or a list of glob patterns to be excluded. If a function is provided, return true to exclude the item, false to include it.

Link copied to clipboard
abstract override var withFileTypes: Boolean?

true if the glob should return paths as Dirents, false otherwise.