/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/deps.d.ts
14 строк
361 B
Sébastien Lorber
chore: migration from Jest to Vitest (#12010)
14 май 2026, 18:34
Не верифицирован
14 май 2026, 18:34
be553e0
Код
Авторство
О чём код?
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ // modules only used in tests declare module 'to-vfile' { import type {VFile} from 'vfile'; export function read(path: string, encoding?: string): Promise<VFile>; }