摘要: declare global { // eslint-disable-next-line @typescript-eslint/no-namespace namespace NodeJS { export interface ProcessEnv { key: string; } } } 阅读全文
posted @ 2021-03-27 23:54 TheNightmareX 阅读(911) 评论(0) 推荐(1)