@skele/classic
Version:
Skele is an architectural framework that assists with building data-driven apps with React or React Native.
1 lines • 222 B
JavaScript
;Object.defineProperty(exports,"__esModule",{value:true});exports.isSubclassOf=isSubclassOf;function isSubclassOf(SubClass,ParentClass){return SubClass.prototype instanceof ParentClass||SubClass===ParentClass;}