Skip to content

Commit

Permalink
Merge pull request #751 from Jakousa/patch-1
Browse files Browse the repository at this point in the history
fix missing URL import in types
  • Loading branch information
motdotla committed Jun 15, 2023
2 parents dc1cd6c + ad2f100 commit 0a87d62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/main.d.ts
@@ -1,5 +1,6 @@
// TypeScript Version: 3.0
/// <reference types="node" />
import type { URL } from 'node:url';

export interface DotenvParseOutput {
[name: string]: string;
Expand Down

0 comments on commit 0a87d62

Please sign in to comment.