DefaultGlobber

sealed external class DefaultGlobber : Globber(source)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun getSearchPaths(): ReadonlyArray<String>

Returns the search path preceding the first glob segment, from each pattern. Duplicates and descendants of other paths are filtered out.

Link copied to clipboard
open override fun glob(): Promise<ReadonlyArray<String>>

Returns files and directories matching the glob patterns.

Link copied to clipboard
open override fun globGenerator(): AsyncGenerator<String, *, *>

Returns files and directories matching the glob patterns.