mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 04:33:47 +08:00
4 lines
103 B
JavaScript
4 lines
103 B
JavaScript
|
import { TextEncoder, TextDecoder } from 'util';
|
||
|
|
||
|
Object.assign(global, { TextDecoder, TextEncoder });
|