1.0.2 • Published 3 years ago

@larrrssss/envts v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

ENVts

Typed environment variables

Install

npm i envts

Usage

import envts from 'envts';

type Config = {
  PORT: number,
  DISCORD_BOT_TOKEN: string,
};

const config = envts<Config>();

/**
 * config.PORT 
 * config.DISCORD_BOT_TOKEN
 */
1.0.2

3 years ago

1.0.1

3 years ago