dotenv-mono
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -199,7 +199,7 @@ /// <reference types="node" /> | ||
*/ | ||
export declare function dotenvLoad(props: DotenvConfig): Dotenv; | ||
export declare function dotenvLoad(props?: DotenvConfig): Dotenv; | ||
/** | ||
* @see dotenvLoad | ||
*/ | ||
export declare const load: (props: DotenvConfig) => Dotenv; | ||
export declare const load: (props?: DotenvConfig) => Dotenv; | ||
/** | ||
@@ -210,8 +210,8 @@ * Load dotenv on process and return the dotenv output | ||
*/ | ||
export declare function dotenvConfig(props: DotenvConfig): DotenvConfigOutput; | ||
export declare function dotenvConfig(props?: DotenvConfig): DotenvConfigOutput; | ||
/** | ||
* @see dotenvConfig | ||
*/ | ||
export declare const config: (props: DotenvConfig) => DotenvConfigOutput; | ||
export declare const config: (props?: DotenvConfig) => DotenvConfigOutput; | ||
export default Dotenv; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "dotenv-mono", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"main": "./dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41709