docs(setting-up): reword how SwaggerUI reflects Node.js releases (#8142)

Refs b89e88579c
This commit is contained in:
Vladimir Gorej
2022-08-17 10:58:06 +02:00
committed by GitHub
parent 9891d97201
commit 7dd167b626
2 changed files with 4 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
import { TextDecoder, TextEncoder } from "util"
import { TextDecoder, TextEncoder } from "node:util"
global.TextDecoder = TextDecoder
global.TextEncoder = TextEncoder