UNPKG
@array-like/alloc
Version:
latest (0.0.1)
0.0.1
0.0.0
ArrayLike allocation helper functions for JavaScript
array-like.github.io/alloc
array-like/alloc
@array-like/alloc
/
dist
/
index.module.js
3 lines
(2 loc)
•
217 B
JavaScript
View Raw
1
2
3
var
n=
function
(
n
){
return
function
(
r
){
return
new
n
(r)}},r=
function
(
n
){
return
new
Array
(n)},a=
function
(
n
){
return
new
ArrayBuffer
(n)};
export
{n
as
_calloc,r
as
alloc,a
as
malloc};
//# sourceMappingURL=index.module.js.map