UNPKG

@react-gnome/core

Version:

## Getting Started

9 lines (8 loc) 227 B
// src/polyfills/buffer.ts import { Buffer as BufferPolyfill } from "buffer"; import { registerPolyfills } from "./shared/polyfill-global.mjs"; registerPolyfills("Buffer")(() => { return { Buffer: BufferPolyfill }; });