@types/envify
TypeScript icon, indicating that this package has built-in type declarations

0.0.33 • Public • Published

Installation

npm install --save @types/envify

Summary

This package contains type definitions for envify (https://github.com/hughsk/envify).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/envify.

index.d.ts

/// <reference types="node" />

declare module "envify" {
    var envify: (file: string, environment: { [name: string]: any }) => NodeJS.ReadWriteStream;
    export = envify;
}

declare module "envify/custom" {
    function envify(
        environment: { [name: string]: any },
    ): (file: string, environment: { [name: string]: any }) => NodeJS.ReadWriteStream;
    export = envify;
}

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: @types/node

Credits

These definitions were written by Qubo.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/envify

Weekly Downloads

1,312

Version

0.0.33

License

MIT

Unpacked Size

3.34 kB

Total Files

5

Last publish

Collaborators

  • types