1.0.1 • Published 5 years ago

throw-env v1.0.1

Weekly downloads
15
License
ISC
Repository
github
Last release
5 years ago

throw-env

npm version Codacy Badge codebeat badge License: ISC

Intro

Throw if environment variable cannot be taken.

Installation

npm install throw-env

Usage

JavaScript

const throwEnv = require('throw-env').default

const token = throwEnv('ACCESS_TOKEN')

TypeScript

import throwEnv from 'throw-env'

const token: string = throwEnv('ACCESS_TOKEN')

Test

npm run test
1.0.1

5 years ago

1.0.0

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago