UNPKG

200 BJavaScriptView Raw
1import { isOnFunction } from './helpers.js';
2/**
3 * @name isClass
4 * Tests if the supplied agrument is a Class
5 */
6export const isClass = /*#__PURE__*/ isOnFunction('isPrototypeOf', 'hasOwnProperty');
\No newline at end of file