UNPKG
@beesley/ts-env
Version:
latest (1.0.1)
1.0.1
1.0.0
An environment variable reader for TypeScript
github.com/bbeesley/ts-env
bbeesley/ts-env
@beesley/ts-env
/
dist
/
cjs
/
string.cjs
10 lines
(9 loc)
•
193 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
= string;
function
string
(
key
) {
return
process.
env
[key]; }
//# sourceMappingURL=string.cjs.map