@fakesamgregory/underscore-helpers
v0.0.5
Published
_helpers (Underscore Helpers) is a boring helper library for cross browser compatible helper functions that I cannot be bothered to rewrite.
Readme
_helpers
_helpers (Underscore Helpers) is a boring helper library for cross browser compatible helper functions that I cannot be bothered to rewrite.
Install
npm i @fakesamgregory/underscore-helpersExamples
Get 1 or more elements matching the selector
_('div');Chaining
You can chain methods together if you so wish
_('div').addClass('beef');More to come!!
