mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Add envify
This commit is contained in:
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
// Type definitions for envify
|
||||
// Project: https://github.com/hughsk/envify
|
||||
// Definitions by: Qubo <https://github.com/tkQubo>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module "envify" {
|
||||
var envify: Function;
|
||||
export = envify;
|
||||
}
|
||||
|
||||
declare module "envify/custom" {
|
||||
function envify(environment: { [name: string]: any }): Function;
|
||||
export = envify;
|
||||
}
|
||||
Reference in New Issue
Block a user