Skip to content

Instantly share code, notes, and snippets.

@fatmali
Last active December 30, 2017 06:38
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/05c97aeed480e8769e54530163c05ac5 to your computer and use it in GitHub Desktop.
Save fatmali/05c97aeed480e8769e54530163c05ac5 to your computer and use it in GitHub Desktop.
import * as singletonLogger from './singelton.ts';
class Client {
singletonLogger.log('Hello World for the nth time');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment