Sphinxxxx / abo-utils

JS utils and polyfills.
MIT License
0 stars 0 forks source link

abo-utils

JS utils and polyfills.

Getting Started

Installing

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