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