Skip to content

Instantly share code, notes, and snippets.

@nerdic-coder
Created May 11, 2018 21:07
Embed
What would you like to do?
config.ts
export const CONFIG: Config =
{ SERVER_URL: 'http://localhost:3000/' };
class Config {
SERVER_URL: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment