Skip to content

Instantly share code, notes, and snippets.

@nicojs
Created January 15, 2019 14:45
Show Gist options
  • Save nicojs/385280ef87acf9f9f7d5d6f553b391eb to your computer and use it in GitHub Desktop.
Save nicojs/385280ef87acf9f9f7d5d6f553b391eb to your computer and use it in GitHub Desktop.
interface Injectable {
new(...args: any): any;
inject: string[];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment