spa/.claude/skills/thread-manager/node_modules/@protobufjs/pool
Yvan 6584c91ed1 init 2025-12-30 15:44:36 +08:00
..
tests init 2025-12-30 15:44:36 +08:00
.npmignore init 2025-12-30 15:44:36 +08:00
LICENSE init 2025-12-30 15:44:36 +08:00
README.md init 2025-12-30 15:44:36 +08:00
index.d.ts init 2025-12-30 15:44:36 +08:00
index.js init 2025-12-30 15:44:36 +08:00
package.json init 2025-12-30 15:44:36 +08: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