Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 903 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 903 Bytes

@matoseb/utils

Javascript utilitaries I'm gathering over the years.

Buy Me A Coffee npm

- Not tested thoroughly! Use at your own risk

Quick copy & paste

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