We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d76e939 commit cb9effaCopy full SHA for cb9effa
fallback/_utils.js
@@ -1,6 +1,6 @@
1
export * from './platform.js'
2
3
-const { Buffer } = globalThis
+const Buffer = /* @__PURE__ */ (() => globalThis.Buffer)()
4
5
export function assert(condition, msg) {
6
if (!condition) throw new Error(msg)
0 commit comments