GSI - Employe Self Service Mobile
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
497 B

2 months ago
  1. @protobufjs/pool
  2. ================
  3. [![npm](https://img.shields.io/npm/v/@protobufjs/pool.svg)](https://www.npmjs.com/package/@protobufjs/pool)
  4. A general purpose buffer pool.
  5. API
  6. ---
  7. * **pool(alloc: `function(size: number): Uint8Array`, slice: `function(this: Uint8Array, start: number, end: number): Uint8Array`, [size=8192: `number`]): `function(size: number): Uint8Array`**<br />
  8. Creates a pooled allocator.
  9. **License:** [BSD 3-Clause License](https://opensource.org/licenses/BSD-3-Clause)