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

15 lines (14 loc) • 433 B
JavaScript
const n = Function.prototype.bind.bind(Function.prototype.call), s = async () => {
}, i = (t) => t, p = () => {
}, c = n(Object.prototype.toString), y = (t) => c(t).slice(8, -1), r = (t) => (Object.keys(t).forEach((e) => {
const o = t[e];
o && typeof o == "object" && !Object.isFrozen(o) && r(o);
}), Object.freeze(t));
export {
s as asyncNoop,
r as deepFreeze,
n as fn,
i as identity,
p as noop,
y as toStringTag
};