0.0.5 • Published 7 years ago

@fakesamgregory/underscore-helpers v0.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

_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-helpers

Examples

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!!

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago