unis_crm/frontend/node_modules/@protobufjs/pool
kangwenjing 482b9b5877 1 2026-03-19 14:27:20 +08:00
..
tests 1 2026-03-19 14:27:20 +08:00
.npmignore 1 2026-03-19 14:27:20 +08:00
LICENSE 1 2026-03-19 14:27:20 +08:00
README.md 1 2026-03-19 14:27:20 +08:00
index.d.ts 1 2026-03-19 14:27:20 +08:00
index.js 1 2026-03-19 14:27:20 +08:00
package.json 1 2026-03-19 14:27:20 +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