@types/dotenv-defaults
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -1,3 +0,3 @@ | ||
import dotenvDefaults = require('./index'); | ||
import dotenvDefaults = require("./index"); | ||
// nothing |
@@ -6,3 +6,3 @@ // Type definitions for dotenv-defaults 2.0 | ||
import { DotenvParseOutput, DotenvConfigOutput, DotenvConfigOptions } from 'dotenv'; | ||
import { DotenvConfigOptions, DotenvConfigOutput, DotenvParseOutput } from "dotenv"; | ||
@@ -13,3 +13,3 @@ /** | ||
declare module 'dotenv' { | ||
declare module "dotenv" { | ||
interface DotenvConfigOptions { | ||
@@ -16,0 +16,0 @@ /** |
{ | ||
"name": "@types/dotenv-defaults", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "TypeScript definitions for dotenv-defaults", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/dotenv-defaults", | ||
}, | ||
"typesPublisherContentHash": "1fd27cb3a549144dd79279f550eb0e2711d239dff40a35b6d99fb86f7abc4b90", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "cac717da77a84e625a625f432304b2cbf30a2cb7832c214b078878fa40b520f8", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 09:08:51 GMT | ||
* Last updated: Fri, 22 Sep 2023 20:29:40 GMT | ||
* Dependencies: [@types/dotenv](https://npmjs.com/package/@types/dotenv) | ||
@@ -14,0 +14,0 @@ * Global values: none |