0.0.5 • Published 6 years ago

@fakesamgregory/underscore-helpers v0.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
6 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

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago