You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

declare-env

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

declare-env

Add typings for .env files into an env.d.ts file.

1.0.1
latest
npmnpm
Version published
Weekly downloads
28
-3.45%
Maintainers
1
Weekly downloads
 
Created
Source

declare-env ⚙️

Generate an env.d.ts file from your .env file and import it in your project.

Installation

$ npm install -D declare-env # npm
$ yarn add --dev declare-env # yarn
$ pnpm add -D declare-env # pnpm

Usage

$ declare-env

This will generate a env.d.ts file in your project root. If tsconfig.json is present, generated file will be added to the files array.

FAQs

Package last updated on 15 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts