@matoseb/utils
v0.5.1
Published
Javascript Utilitaries
Downloads
18
Readme
@matoseb/utils
Javascript utilitaries I'm gathering over the years.
- Not tested thoroughly! Use at your own risk
Quick copy & paste
utils.matoseb.com
Package
npm i @matoseb/utils
import * 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.MatosebUtils
Todo
- [ ] Add documentation
- [ ] Add small examples