UNPKG

@girders-elements/core

Version:

Girders Elements is an architectural framework that assists with building data-driven apps with React or React Native.

6 lines (4 loc) 227 B
'use strict';Object.defineProperty(exports,"__esModule",{value:true});exports. isSubclassOf=isSubclassOf;function isSubclassOf(SubClass,ParentClass){ return SubClass.prototype instanceof ParentClass||SubClass===ParentClass; }