typing-flow
Version:
Npm package for typing animation for web
22 lines (21 loc) • 540 B
JavaScript
var e = Object.defineProperty;
var c = (n, o, t) => o in n ? e(n, o, { enumerable: !0, configurable: !0, writable: !0, value: t }) : n[o] = t;
var r = (n, o, t) => c(n, typeof o != "symbol" ? o + "" : o, t);
const p = -1, E = "​";
class s extends Error {
constructor(t, a) {
super(t);
r(this, "payload");
this.name = "TypingFlowError", this.payload = a;
}
static ContainerNotFoundException(t) {
return new s(
`Container with selector '${t}' not found`
);
}
}
export {
p as M,
s as T,
E as Z
};