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

'use strict';

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

const isString = (value) => typeof value === "string";

exports.isString = isString;
Back to Directory File Manager