/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v5.107.2
declarations.test.d.ts
21 строка
381 B
Alexander Akait
chore(deps): bump some (#19535)
16 май 2025, 16:49
Не верифицирован
16 май 2025, 16:49
1c0158c
Код
Авторство
О чём код?
declare module "*.json"; type Env = Record<string, any>; type TestOptions = { testPath: string; srcPath: string }; declare namespace jest { interface Matchers<R> { toBeTypeOf: ( expected: | "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function" ) => void; toEndWith: (expected: string) => void; } }