@adyen/adyen-platform-experience-web
Version:

14 lines (13 loc) • 485 B
JavaScript
import { toStringTag as o } from "../common.js";
const s = (n) => n === !!n, i = (n) => typeof n == "function", e = (n) => n === null, c = (n) => n == null, f = (n) => typeof n == "number", l = (n) => o(n) === "Object", r = (n) => typeof n == "string", u = (n) => typeof n == "symbol", b = (n) => n === void 0;
export {
s as isBoolean,
i as isFunction,
e as isNull,
c as isNullish,
f as isNumber,
l as isPlainObject,
r as isString,
u as isSymbol,
b as isUndefined
};