README
v-utils
Simple set of utilities for browser JS. This set is consist of mine most used functions for:
- Extending constructor
- Object, array, function helpers
- DOM helpers
- Simple event emitter
- Simple AJAX wrapper
Different utilites for browser JS
<script type="module">
import vUtils from 'https://cdn.skypack.dev/v-utils';
</script>
Simple set of utilities for browser JS. This set is consist of mine most used functions for: