This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: 解决第三方ts声明引入无效问题 - <microsoft/TypeScript#22217>
- Loading branch information
hokorixiao
committed
Jul 30, 2021
1 parent
788dd0c
commit e30700d
Showing
5 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import { Node } from 'unist' | ||
import { Text, Element, Comment } from 'hast' | ||
|
||
declare const find: ( | ||
node: Element | Node, | ||
condition: string | Object | Function, | ||
) => Element | Text | Comment | ||
|
||
export = find |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters