UNPKG
explore-config
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
2.3.8
2.3.7
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.13
2.2.12
2.2.11
2.2.10
2.2.9
2.2.8
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
Explore multi-format JavaScript module configuration
github.com/techor-dev/techor
techor-dev/techor
explore-config
/
dist
/
index.d.ts
8 lines
(7 loc)
•
305 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
ExploreConfigOptions
{
extensions
?: (
'js'
|
'ts'
|
'cjs'
|
'cts'
|
'mjs'
|
'mts'
)[];
resolvedKeys
?:
string
[];
cwd
?:
string
;
found
?:
(
basename
:
string
,
configPath
:
string
) =>
void
; }
export
default
function
exploreConfig
(
name
:
string
,
options
?:
ExploreConfigOptions
):
any
;