Guest User

Untitled

a guest
Jan 18th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. abstract class AbstractPerson
  2. {
  3. }
  4.  
  5. function add<T>(provider: new(...rest) => T): void
  6. {
  7. }
  8.  
  9. add(AbstractPerson);
Add Comment
Please, Sign In to add comment