Created
March 13, 2023 22:31
-
-
Save webbower/a45611d814e8e0425c30d92b33763c8c to your computer and use it in GitHub Desktop.
TypeScript boilerplate nonsense
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export {}; | |
/** @see https://bobbyhadz.com/blog/typescript-process-env-type */ | |
declare global { | |
namespace NodeJS { | |
interface ProcessEnv { | |
// Added keys for process.env | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment