/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
ext/node/polyfills/string_decoder_esm.ts
7 строк
229 B
Bartek Iwańczuk
perf(ext/node): convert more polyfills to lazy-loaded JS (#33902)
07 май 2026, 18:34
Не верифицирован
07 май 2026, 18:34
d60510a
Код
Авторство
О чём код?
// Copyright 2018-2026 the Deno authors. MIT license. import { core } from "ext:core/mod.js"; const mod = core.loadExtScript("ext:deno_node/string_decoder.ts"); export const { StringDecoder } = mod; export default mod.default;