README
Skypager Util
Provides utilities for:
- creating non-enumerable / hidden properties on objects.
- creating lazy loading properties
- creating object registries
- creating query functions to locate objects in an array
a collection of utils shared across the skypager modules
<script type="module">
import skypagerUtil from 'https://cdn.skypack.dev/skypager-util';
</script>
Provides utilities for: