1
0
Fork 0
mirror of https://github.com/demostf/demo.js synced 2026-06-04 00:54:14 +02:00

final typescript conversion

This commit is contained in:
Robin Appelman 2016-12-18 20:15:18 +01:00
commit 3b805be013
19 changed files with 440 additions and 518 deletions

View file

@ -0,0 +1,5 @@
declare module 'typedarray-to-buffer' {
function toBuffer(typedArray:Uint8Array):ArrayBuffer;
export = toBuffer
}