UNPKG

@jspm/core

Version:

This package contains the core libraries used in jspm 2.

6 lines (5 loc) 176 B
export * from 'node:buffer'; import { default as buffer } from 'node:buffer'; export const kMaxLength = 4294967296; buffer.kMaxLength = kMaxLength; export default buffer;