Files
archy/apps/did-wallet/node_modules/protons-runtime/dist/src/utils/pool.d.ts
T

5 lines
150 B
TypeScript
Raw Normal View History

/**
* A general purpose buffer pool
*/
export default function pool(size?: number): (size: number) => Uint8Array;
//# sourceMappingURL=pool.d.ts.map