UNPKG

304 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.isClass = void 0;
4const helpers_js_1 = require("./helpers.js");
5/**
6 * @name isClass
7 * Tests if the supplied argument is a Class
8 */
9exports.isClass = (0, helpers_js_1.isOnFunction)('isPrototypeOf', 'hasOwnProperty');