/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
ext/node/polyfills/internal_binding/inspector.js
14 строк
234 B
Divy Srivastava
perf: startup time (22ms -> 15ms) (#34450)
18 июн 2026, 20:48
Не верифицирован
18 июн 2026, 20:48
7b54748
Код
Авторство
О чём код?
// Copyright 2018-2026 the Deno authors. MIT license. (function () { const { core } = __bootstrap; const { op_inspector_enabled } = core.ops; function isEnabled() { return op_inspector_enabled(); } return { isEnabled, }; })();