/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
libs/core_testing/checkin/runtime/object.ts
11 строк
249 B
Bartek Iwańczuk
chore: merge deno_core repo into main repo (#32353)
27 фев 2026, 21:25
Не верифицирован
27 фев 2026, 21:25
ad52a9f
Код
Авторство
О чём код?
// Copyright 2018-2026 the Deno authors. MIT license. import { DOMPoint, DOMPoint3D, DOMPointReadOnly, TestEnumWrap, TestObjectWrap, } from "ext:core/ops"; export { DOMPoint, DOMPoint3D, DOMPointReadOnly, TestEnumWrap, TestObjectWrap };