#what's the best practice to define a global variable? (typescript)
1 messages · Page 1 of 1 (latest)
Not sure what you trying to do, .d.ts is only typings, you should create a file that store constants then use export,import, or .env for secrets
any solution?