UNPKG

@lpgera/ts-env

Version:

An environment variable reader for TypeScript

24 lines (23 loc) 712 B
import string from './src/string.js'; import stringOrThrow from './src/stringOrThrow.js'; import boolean from './src/boolean.js'; import booleanOrThrow from './src/booleanOrThrow.js'; import number from './src/number.js'; import numberOrThrow from './src/numberOrThrow.js'; import stringArray from './src/stringArray.js'; import stringArrayOrThrow from './src/stringArrayOrThrow.js'; import numberArray from './src/numberArray.js'; import numberArrayOrThrow from './src/numberArrayOrThrow.js'; const tsEnv = { string, stringOrThrow, boolean, booleanOrThrow, number, numberOrThrow, stringArray, stringArrayOrThrow, numberArray, numberArrayOrThrow, }; export default tsEnv;