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:
parent
94383f447f
commit
3b805be013
19 changed files with 440 additions and 518 deletions
5
typings/modules/typedarray-to-buffer/index.d.ts
vendored
Normal file
5
typings/modules/typedarray-to-buffer/index.d.ts
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
declare module 'typedarray-to-buffer' {
|
||||
function toBuffer(typedArray:Uint8Array):ArrayBuffer;
|
||||
|
||||
export = toBuffer
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue