0.3.4 • Published 3 years ago

abo-utils v0.3.4

Weekly downloads
103
License
MIT
Repository
github
Last release
3 years ago

abo-utils

JS utils and polyfills.

Getting Started

Installing

  • For the pros:

    • npm install abo-utils --save
    • import ABOUtils from 'abo-utils';
  • For the rest of us:

<script src="https://unpkg.com/abo-utils"></script>

Usage

<script>

    ABOUtils.DOM.createElement('h2#test.bada.bing', document.body).textContent = 'Hello world!';

</script>

License

The MIT license - see the LICENSE.md file for details.

0.3.4

3 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.0

6 years ago