mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-24 22:57:58 +00:00
chore: update to version 14.0.11 and align website URLs
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.isClass = void 0;
|
||||
const helpers_js_1 = require("./helpers.js");
|
||||
/**
|
||||
* @name isClass
|
||||
* Tests if the supplied argument is a Class
|
||||
*/
|
||||
exports.isClass = (0, helpers_js_1.isOnFunction)('isPrototypeOf', 'hasOwnProperty');
|
||||
Reference in New Issue
Block a user