UNPKG

@polkadot/util

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