Files

7 lines
201 B
JavaScript

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