ku4es-kernel
Version:
kodmunki Utilities for ECMAScript Kernel
17 lines (10 loc) • 627 B
Markdown
# ku4es-kernel
kodmunki™ Utilities for ECMAScript Kernel is a suite of foundational
core constants, functions, and entities, and is the foundation for
other suites in the ku4* library.
## Bookmarklet
```
javascript:void((function(){var script=document.createElement('script');script.type='text/javascript';script.onload=function(){window.ku4=Object.assign(window.ku4 || {}, window.ku4es_kernel)};script.src='https://cdn.jsdelivr.net/gh/kodmunki/utils/ku4es-kernel.js';document.head.appendChild(script);})());
```
## API Documentation
[README.API.md](https://github.com/kodmunki/ku4es/blob/master/ku4es-kernel.api.md).