UNPKG
@techor/glob
Version:
latest (3.2.5)
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.23
3.0.22
3.0.21
3.0.20
3.0.19
3.0.18
3.0.17
3.0.16
3.0.15
3.0.14
3.0.13
3.0.12
3.0.11
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.6.7
2.6.6
2.6.5
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.24
2.5.23
2.5.22
2.5.21
2.5.20
2.5.19
2.5.18
2.5.17
2.5.16
2.5.15
2.5.14
2.5.13
2.5.11
2.5.10
2.5.9
2.5.8
2.5.7
2.5.6
2.5.5
2.5.4
2.5.3
2.5.2
2.4.6
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
A human-friendly set of glob utilities
aron.tw
techor-dev/techor
@techor/glob
/
dist
/
explore-path-sync.d.ts
3 lines
(2 loc)
•
144 B
TypeScript
View Raw
1
2
3
import
{
Options
}
from
'fast-glob'
;
export
default
function
explorePathSync
(
source
:
string
|
string
[],
options
?:
Options
|
undefined
):
string
;