TKK_E32230148/node_modules/@protobufjs/pool
developer e3ff188623 Initial commit 2026-07-01 11:03:19 +07:00
..
tests Initial commit 2026-07-01 11:03:19 +07:00
.npmignore Initial commit 2026-07-01 11:03:19 +07:00
LICENSE Initial commit 2026-07-01 11:03:19 +07:00
README.md Initial commit 2026-07-01 11:03:19 +07:00
index.d.ts Initial commit 2026-07-01 11:03:19 +07:00
index.js Initial commit 2026-07-01 11:03:19 +07:00
package.json Initial commit 2026-07-01 11:03:19 +07:00

README.md

@protobufjs/pool

npm

A general purpose buffer pool.

API

  • pool(alloc: function(size: number): Uint8Array, slice: function(this: Uint8Array, start: number, end: number): Uint8Array, [size=8192: number]): function(size: number): Uint8Array
    Creates a pooled allocator.

License: BSD 3-Clause License