/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
cli/tsc/dts/node/assert/strict.d.cts
8 строк
201 B
David Sherret
feat: include `@types/node` type declarations out of the box (#31502)
09 дек 2025, 13:58
Не верифицирован
09 дек 2025, 13:58
a49fdb5
Код
Авторство
О чём код?
declare module "assert/strict" { import { strict } from "node:assert"; export = strict; } declare module "node:assert/strict" { import { strict } from "node:assert"; export = strict; }