django-vue3-admin-web/node_modules/es5-ext/object/is-callable.js
2025-10-20 21:21:14 +08:00

6 lines
101 B
JavaScript

// Deprecated
"use strict";
module.exports = function (obj) { return typeof obj === "function"; };