refactor: fix a few type inconsistencies (#5788)

This commit is contained in:
Joshua Chen 2021-10-27 17:53:08 +08:00 committed by GitHub
parent 075234851c
commit 72990726e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 28 additions and 20 deletions

View file

@ -18,7 +18,6 @@ import {
TranslationFile,
} from '@docusaurus/types';
// @ts-expect-error: no typedefs :s
import resolvePathnameUnsafe from 'resolve-pathname';
import {posixPath as posixPathImport} from './posixPath';