1.0.1 • Published 6 years ago

throw-env v1.0.1

Weekly downloads
15
License
ISC
Repository
github
Last release
6 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

6 years ago

1.0.0

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago