Skip to content

💺 ArrayLike allocation helper functions for JavaScript

License

Notifications You must be signed in to change notification settings

array-like/alloc

Repository files navigation

ArrayLike allocation helper functions for JavaScript. See docs.

import{alloc,malloc,_calloc}from'@array-like/alloc';alloc(10);// Arraymalloc(10);// ArrayBufferconstcalloc=_calloc(Int32Array);calloc(10);// Int32Array

LicenseVersionTestsDependenciesGitHub issuesDownloads

Code issuesCode maintainabilityCode coverage (cov)Code technical debtDocumentationPackage size

About

💺 ArrayLike allocation helper functions for JavaScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •