curaflow/node_modules/@protobufjs/pool
Deep Koluguri dc6321e1e3 feat: integrate temporal ai agents to UI 2026-05-22 22:41:12 -04:00
..
tests feat: integrate temporal ai agents to UI 2026-05-22 22:41:12 -04:00
.npmignore feat: integrate temporal ai agents to UI 2026-05-22 22:41:12 -04:00
LICENSE feat: integrate temporal ai agents to UI 2026-05-22 22:41:12 -04:00
README.md feat: integrate temporal ai agents to UI 2026-05-22 22:41:12 -04:00
index.d.ts feat: integrate temporal ai agents to UI 2026-05-22 22:41:12 -04:00
index.js feat: integrate temporal ai agents to UI 2026-05-22 22:41:12 -04:00
package.json feat: integrate temporal ai agents to UI 2026-05-22 22:41:12 -04: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