/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/testdata/module_graph/https_deno.land-x-lib-mod.d.ts
9 строк
148 B
Matt Mastracci
chore: move cli/tests/ -> tests/ (#22369)
10 фев 2024, 23:22
Не верифицирован
10 фев 2024, 23:22
f5e46c9
Код
Авторство
О чём код?
export * as a from "./a.ts"; export * as b from "./b.js"; export * as c from "./c.js"; export interface A { a: string; } export const mod: A[];