diff --git a/resources/assets/js/utils/$.js b/resources/assets/js/utils/$.js index bd12a3ae..777ed838 100644 --- a/resources/assets/js/utils/$.js +++ b/resources/assets/js/utils/$.js @@ -1,3 +1,7 @@ +/** + * A utility that aims to replace jQuery for the most basic DOM methods. + * @type {Object} + */ export const $ = { is (el, selector) { return (el.matches ||