Viewing File: /home/ubuntu/vedadeals-frontend-base/node_modules/@motionone/utils/dist/is-function.cjs.js

'use strict';

Object.defineProperty(exports, '__esModule', { value: true });

const isFunction = (value) => typeof value === "function";

exports.isFunction = isFunction;
Back to Directory File Manager