Pengusir-Hama-Burung-Otomatis/tugas akhir/node_modules/@protobufjs/pool
Chika 83a64f6844 Upload source code lengkap TA: Flutter, Arduino, dan Python 2026-08-05 15:26:06 +07:00
..
tests Upload source code lengkap TA: Flutter, Arduino, dan Python 2026-08-05 15:26:06 +07:00
.npmignore Upload source code lengkap TA: Flutter, Arduino, dan Python 2026-08-05 15:26:06 +07:00
LICENSE Upload source code lengkap TA: Flutter, Arduino, dan Python 2026-08-05 15:26:06 +07:00
README.md Upload source code lengkap TA: Flutter, Arduino, dan Python 2026-08-05 15:26:06 +07:00
index.d.ts Upload source code lengkap TA: Flutter, Arduino, dan Python 2026-08-05 15:26:06 +07:00
index.js Upload source code lengkap TA: Flutter, Arduino, dan Python 2026-08-05 15:26:06 +07:00
package.json Upload source code lengkap TA: Flutter, Arduino, dan Python 2026-08-05 15:26:06 +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