mobileapplicationPassvault/node_modules/@protobufjs/pool
poojakhatawate 68d7cc37d2 first commit 2024-04-12 10:53:32 +05:30
..
tests first commit 2024-04-12 10:53:32 +05:30
.npmignore first commit 2024-04-12 10:53:32 +05:30
LICENSE first commit 2024-04-12 10:53:32 +05:30
README.md first commit 2024-04-12 10:53:32 +05:30
index.d.ts first commit 2024-04-12 10:53:32 +05:30
index.js first commit 2024-04-12 10:53:32 +05:30
package.json first commit 2024-04-12 10:53:32 +05:30

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