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