<div dir="ltr">So to add interfaces to ES6, it looks like the easiest way to do it is keep a list of interfaces in each class, and compare the interface you're trying to see if your class implements to the list.  You just check to see if the interface is in the interface list for the class.<div><br></div><div>Is it that simple?</div><div><br></div><div>Thanks,</div><div><br></div><div>John</div></div>