UNPKG
snyk-config
Version:
latest (5.3.0)
nconffix (4.0.0-rc.2)
5.3.0
5.2.0
5.1.0
5.0.0
4.0.0
4.0.0-rc.2
4.0.0-rc.1
3.1.1
3.1.0
3.0.0
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
2.0.0
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
Config setup for snyk shared across projects
github.com/snyk/config
snyk/config
snyk-config
/
dist
/
index.d.ts
11 lines
(10 loc)
•
288 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
type
Json
=
string
|
number
|
boolean
|
null
| { [
property
:
string
]:
Json
; } |
Json
[];
export
interface
Options
{
parseEnvValues
?:
boolean
;
secretConfig
?:
string
; }
export
declare
function
loadConfig
(
dir
?:
string
,
options
?:
Options
): { [
property
:
string
]:
Json
; };