An open API service indexing awesome lists of open source software.

https://github.com/acarabott/ts-utils


https://github.com/acarabott/ts-utils

Last synced: about 1 month ago
JSON representation

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 from

https://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 from

https://github.com/mattdiamond/Recorderjs/blob/master/src/recorder.js

under MIT license