Skip to content

Instantly share code, notes, and snippets.

@msell
Created January 30, 2025 20:53
Show Gist options
  • Save msell/212aec3eb7e81f215525a52fa09c6189 to your computer and use it in GitHub Desktop.
Save msell/212aec3eb7e81f215525a52fa09c6189 to your computer and use it in GitHub Desktop.
TS Evn var defs
declare global {
namespace NodeJS {
EXPO_PUBLIC_RANDOM_KEY: string;
SECRET_KEY: string;
}
}
export {};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment