UNPKG

@polkadot/util

Version:
6 lines 200 B
import { isOnFunction } from './helpers.js'; /** * @name isClass * Tests if the supplied agrument is a Class */ export const isClass = /*#__PURE__*/ isOnFunction('isPrototypeOf', 'hasOwnProperty');