UNPKG
byte-rw
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
Byte reader/writer for buffers and streams in typescript/javascript
byte-rw
/
dist
/
types
/
utils
/
copy.d.ts
2 lines
•
114 B
TypeScript
View Raw
1
2
export
declare
function
copy
(
src: ArrayBufferView, dst: ArrayBufferView
):
void
;
//# sourceMappingURL=copy.d.ts.map