UNPKG
sync-dotenv
Version:
beta (2.0.0-beta)
beta.2 (2.0.0-beta.2)
latest (2.7.0)
2.7.0
2.6.2
2.6.1
2.6.0
2.5.1
2.5.0
2.4.0
2.3.0
2.2.1
2.2.0
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-beta.2
2.0.0-beta
1.0.0
Keep your .env in sync with .env.example
github.com/codeshifu/sync-dotenv
codeshifu/sync-dotenv
sync-dotenv
/
dist
/
index.d.ts
9 lines
(7 loc)
•
257 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
#!/usr/bin/env node
declare
const
syncEnv
:
(
sampleEnv
?:
string
|
undefined
,
source
?:
string
|
undefined
,
samples
?:
string
|
undefined
) =>
Promise
<{
msg
:
string
;
code
:
number
; } |
string
>;
export
default
syncEnv;
//# sourceMappingURL=index.d.ts.map