chore: fix dts file for DefinitelyTyped linting (#28114)

Added this so that we only export exports from `Deno.lint`. Required to
pass DefinitelyTyped's linting.
This commit is contained in:
David Sherret 2025-02-16 13:56:17 -05:00 committed by GitHub
parent 56f67b5851
commit 4ff629bb2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3957,6 +3957,8 @@ declare namespace Deno {
| TSTypeAnnotation
| TSTypeParameterDeclaration
| TSTypeParameter;
export {}; // only export exports
}
export {}; // only export exports