mirror of
https://github.com/flarum/core.git
synced 2025-08-06 08:27:42 +02:00
4 lines
103 B
JavaScript
4 lines
103 B
JavaScript
import { TextEncoder, TextDecoder } from 'util';
|
|
|
|
Object.assign(global, { TextDecoder, TextEncoder });
|