UNPKG

201 BJavaScriptView Raw
1import { isOnFunction } from './helpers.js';
2/**
3 * @name isClass
4 * Tests if the supplied argument is a Class
5 */
6export const isClass = /*#__PURE__*/ isOnFunction('isPrototypeOf', 'hasOwnProperty');