DefaultGlobber

sealed external class DefaultGlobber : Globber(source)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun getSearchPaths(): ERROR CLASS: Symbol not found for ReadonlyArray<kotlin/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(): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for ReadonlyArray<kotlin/String>>

Returns files and directories matching the glob patterns.

Link copied to clipboard
open override fun globGenerator(): ERROR CLASS: Symbol not found for AsyncGenerator<kotlin/String, *, *>

Returns files and directories matching the glob patterns.