mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-07-03 06:27:28 +00:00
chore: update to version 14.0.11 and align website URLs
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import { extractGlobal } from '@pezkuwi/x-global';
|
||||
import { TextEncoder as Fallback } from './fallback.js';
|
||||
export { packageInfo } from './packageInfo.js';
|
||||
export const TextEncoder = /*#__PURE__*/ extractGlobal('TextEncoder', Fallback);
|
||||
Reference in New Issue
Block a user