Licence
Apache-2.0
Version
0.0.3
Deps
0
Size
1 kB
Vulns
0
Weekly
0
@w5/u8
#!/usr/bin/env coffee
> @w5/u8 > U8 u8merge
console.log U8 [1,2,3]
console.log u8merge 'ss', U8 [1,2,3]
output :
Uint8Array(3) [ 1, 2, 3 ]
Uint8Array(5) [ 0, 0, 1, 2, 3 ]
#!/usr/bin/env coffee
> @w5/u8 > U8 u8merge
console.log U8 [1,2,3]
console.log u8merge 'ss', U8 [1,2,3]
output :
Uint8Array(3) [ 1, 2, 3 ]
Uint8Array(5) [ 0, 0, 1, 2, 3 ]