/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/docusaurus-utils/src/deps.d.ts
10 строк
306 B
Joshua Chen
fix: remove more peer dependency warnings (#6615)
05 фев 2022, 12:46
Не верифицирован
05 фев 2022, 12:46
d2574b2
Код
Авторство
О чём код?
/** * 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. */ declare module 'resolve-pathname' { export default function resolvePathname(to: string, from?: string): string; }