1.0.2 • Published 1 year ago

@larrrssss/envts v1.0.2

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

1 year ago

1.0.1

1 year ago