UNPKG
clado
Version:
beta (0.1.1-beta1)
latest (0.1.7)
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.1-beta1
0.1.0
A React state machine based on Context API.
github.com/brunurd/clado
brunurd/clado
clado
/
config
/
jest.polyfills.js
7 lines
(5 loc)
•
180 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
{ TextDecoder, TextEncoder } =
require
(
'node:util'
); Object.
defineProperties
(globalThis, {
TextDecoder
: {
value
: TextDecoder },
TextEncoder
: {
value
: TextEncoder }, });