@matoseb/utils
v0.5.1
Published
Javascript Utilitaries
Downloads
234
Readme
@matoseb/utils
Javascript utilitaries I'm gathering over the years.
- Not tested thoroughly! Use at your own riskQuick copy & paste
utils.matoseb.com
Package
npm i @matoseb/utilsimport * as MatosebUtils from '@matoseb/utils'
// or
import { math, time } from '@matoseb/utils'CDN
<script src="https://unpkg.com/@matoseb/utils@VERSION"></script>Replace VERSION with the latest available.
window.MatosebUtilsTodo
- [ ] Add documentation
- [ ] Add small examples
