https://github.com/acarabott/ts-utils
https://github.com/acarabott/ts-utils
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/acarabott/ts-utils
- Owner: acarabott
- Created: 2020-08-25T00:25:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-21T21:09:47.000Z (about 4 years ago)
- Last Synced: 2025-01-23T04:30:02.984Z (3 months ago)
- Language: TypeScript
- Size: 248 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript Utilities
A collection of miscellaneous utility functions and classes.
## Authors / Copyright
Arthur Carabott
With the following exceptions:
### audio.js
Contains code fromhttps://github.com/mohayonao/web-audio-api-shim
and
https://github.com/mohayonao/stereo-panner-node
under MIT license
### uuidv4.ts
is adapted from code from
https://gist.github.com/jed/982883
under "Do what the fuck you want" license https://gist.github.com/jed/982883#file-license-txt
### wav.ts
adapted fromhttps://github.com/mattdiamond/Recorderjs/blob/master/src/recorder.js
under MIT license