API/api.medcify.app/node_modules/@protobufjs/pool
2022-09-26 11:41:44 +05:30
..
tests final 2022-09-26 11:41:44 +05:30
.npmignore final 2022-09-26 11:41:44 +05:30
index.d.ts final 2022-09-26 11:41:44 +05:30
index.js final 2022-09-26 11:41:44 +05:30
LICENSE final 2022-09-26 11:41:44 +05:30
package.json final 2022-09-26 11:41:44 +05:30
README.md final 2022-09-26 11:41:44 +05:30

@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