Skip to content

Instantly share code, notes, and snippets.

@fatmali
Created December 30, 2017 06:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fatmali/11fc554fd19c1f6ba26ed91bbd65b0ef to your computer and use it in GitHub Desktop.
Save fatmali/11fc554fd19c1f6ba26ed91bbd65b0ef to your computer and use it in GitHub Desktop.
namespace Singleton {
export function log(message: string) {
console.log('Log:' + message);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment