@mankindui/core
Version:
- a react component library - you can see how @mankindui/core can be used via examples: [usage examples](https://github.com/clarklindev/mankindui-test)
58 lines (57 loc) • 986 B
JavaScript
var c = Math.abs, o = String.fromCharCode, f = Object.assign;
function u(n, r) {
return e(n, 0) ^ 45 ? (((r << 2 ^ e(n, 0)) << 2 ^ e(n, 1)) << 2 ^ e(n, 2)) << 2 ^ e(n, 3) : 0;
}
function s(n) {
return n.trim();
}
function i(n, r) {
return (n = r.exec(n)) ? n[0] : n;
}
function a(n, r, t) {
return n.replace(r, t);
}
function h(n, r, t) {
return n.indexOf(r, t);
}
function e(n, r) {
return n.charCodeAt(r) | 0;
}
function m(n, r, t) {
return n.slice(r, t);
}
function p(n) {
return n.length;
}
function b(n) {
return n.length;
}
function d(n, r) {
return r.push(n), n;
}
function g(n, r) {
return n.map(r).join("");
}
function x(n, r) {
return n.filter(function(t) {
return !i(t, r);
});
}
export {
c as abs,
d as append,
f as assign,
e as charat,
g as combine,
x as filter,
o as from,
u as hash,
h as indexof,
i as match,
a as replace,
b as sizeof,
p as strlen,
m as substr,
s as trim
};
//# sourceMappingURL=Utility.js.map