Skip to content

Instantly share code, notes, and snippets.

@dragosbulugean
Created May 3, 2017 11:42
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 dragosbulugean/3baf16905122a8009ba008293ef54a42 to your computer and use it in GitHub Desktop.
Save dragosbulugean/3baf16905122a8009ba008293ef54a42 to your computer and use it in GitHub Desktop.
export abstract class Wrapper<T> {
constructor() {
console.log("type:", Reflect.getMetadata('design:type', this))
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment