Skip to content

Commit

Permalink
feat: move types/index.d.ts to lib/main.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxiangmoe committed Jan 13, 2022
1 parent acc1451 commit 7565486
Show file tree
Hide file tree
Showing 6 changed files with 106 additions and 1,152 deletions.
1 change: 1 addition & 0 deletions .npmignore
Expand Up @@ -2,6 +2,7 @@
examples/
flow-typed/
tests/
types/
.editorconfig
.flowconfig
.npmignore
Expand Down
2 changes: 0 additions & 2 deletions types/index.d.ts → lib/main.d.ts
Expand Up @@ -55,5 +55,3 @@ export interface DotenvConfigOutput {
*
*/
export function config(options?: DotenvConfigOptions): DotenvConfigOutput;
/** @deprecated since v7.0.0 Use config instead. */
export const load: typeof config;

0 comments on commit 7565486

Please sign in to comment.