2025-09-05 14:59:21 +08:00

5 lines
95 B
JavaScript

import { Buffer } from "node:buffer";
if (!globalThis.Buffer) {
globalThis.Buffer = Buffer;
}