add missing new line

This commit is contained in:
Kent Wang
2026-01-15 22:11:49 +08:00
parent 28a5740765
commit 69b6afaba8

View File

@@ -32,6 +32,7 @@ declare global {
}
declare const __DEV__: boolean;
declare namespace NodeJS {
interface Global {
__DEV__: boolean;