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
/
esm
/
string-or-throw.js
6 lines
•
204 B
JavaScript
View Raw
1
2
3
4
5
6
import
string
from
'./string.js'
;
import
orThrow
from
'./or-throw.js'
;
export
default
function
stringOrThrow
(
key
) {
return
orThrow
(
string
,
'string'
)(key); }
//# sourceMappingURL=string-or-throw.js.map