UNPKG
dbaas
Version:
latest (0.7.1)
0.7.1
0.7.0
0.6.3
0.6.2
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.0
0.3.0
0.2.0
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Database as a service. Expose db to REST and GraphQL.
dbaas
/
dist
/
utils
/
getConfigFromEnv.d.ts
3 lines
(2 loc)
•
197 B
TypeScript
View Raw
1
2
3
import
type
{
Env
}
from
"../types/ExtensionContext.js"
;
export
default
function
getConfigFromEnv
(
env
:
Env
,
prefix
:
string
,
omitPrefix
?:
string
|
string
[],
type
?:
"camelcase"
|
"underscore"
):
Env
;