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

18 lines (17 loc) • 525 B
JavaScript
const n = Function.prototype.bind.bind(Function.prototype.call), s = async () => {
}, i = (t) => t, a = () => {
}, p = (t) => {
throw new Error(`Unreachable code with value: ${t}`);
}, c = n(Object.prototype.toString), y = (t) => c(t).slice(8, -1), r = (t) => (Object.keys(t).forEach((o) => {
const e = t[o];
e && typeof e == "object" && !Object.isFrozen(e) && r(e);
}), Object.freeze(t));
export {
s as asyncNoop,
r as deepFreeze,
n as fn,
i as identity,
a as noop,
y as toStringTag,
p as unreachable
};