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

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