property BufferConstructor.poolSize Usage in Deno```typescript import { type BufferConstructor } from "node:node__buffer.d.ts"; ``` This is the size (in bytes) of pre-allocated internal `Buffer` instances used for pooling. This value may be modified. Type number