Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

Move to-vfile defs to to-vfile repo #126

Open
phuctm97 opened this issue Jan 18, 2021 · 0 comments
Open

Move to-vfile defs to to-vfile repo #126

phuctm97 opened this issue Jan 18, 2021 · 0 comments
Assignees
Labels
dependencies Pull requests that update a dependency file

Comments

@phuctm97
Copy link
Owner

declare module "to-vfile" {
import { VFile, VFileContents, VFileOptions } from "vfile";
interface ToVFile {
(input?: VFileContents | VFileOptions): VFile;
readSync(path: string, encoding?: string): VFile;
}
const vfile: ToVFile;
export default vfile;
}

https://github.com/vfile/to-vfile

@phuctm97 phuctm97 added the dependencies Pull requests that update a dependency file label Jan 18, 2021
@phuctm97 phuctm97 self-assigned this Jan 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant