We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e03b3 commit c606959Copy full SHA for c606959
src/utilities/utils.js
@@ -1,4 +1,4 @@
1
-export const warn = (...args) => console.warn("alpine-gear.js:", ...args);
+export const warn = (...args) => console.warn("alpinegear.js:", ...args);
2
export const is_array = Array.isArray;
3
export const is_nullish = value => value === null || value === undefined;
4
export const is_checkable_input = el => el.type === "checkbox" || el.type === "radio";
0 commit comments