@domgell/lazy-buffer-view
Version:
Provides lazily-initialized access to all the typed arrays on an ArrayBuffer
14 lines (13 loc) • 410 B
JSON
{
"name": "@domgell/lazy-buffer-view",
"version": "1.0.0",
"main": "src/index.ts",
"exports": "./src/index.ts",
"keywords": ["ArrayBuffer", "DataView", "TypedArray", "Lazy", "Buffer", "View"],
"author": "domgell",
"license": "ISC",
"description": "Provides lazily-initialized access to all the typed arrays on an ArrayBuffer",
"dependencies": {
"@domgell/ts-util": "*"
}
}