UNPKG

adwaveui

Version:

Interactive Web Components inspired by the Gtk Adwaita theme.

20 lines (18 loc) 388 B
var __defProp = Object.defineProperty; var __name = (target, value) => __defProp(target, "name", { value, configurable: true }); // src/utils/cmp-arrray.ts function arrEq(a, b) { if (a.length !== b.length) { return false; } for (let i = 0; i < a.length; i++) { if (a[i] !== b[i]) { return false; } } return true; } __name(arrEq, "arrEq"); export { arrEq };