Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 | 65x 65x 65x 2366x | import { Buffer } from '../buffer';
function bufferV0P12Ponyfill(arg0: any, ...args: any): Buffer {
return new Buffer(arg0, ...args);
}
const bufferAllocUnsafe = Buffer.allocUnsafe || bufferV0P12Ponyfill;
const bufferFrom = Buffer.from || bufferV0P12Ponyfill;
export { Buffer, bufferAllocUnsafe, bufferFrom };
|