This commit is contained in:
6
node_modules/unist-util-is/convert.d.ts
generated
vendored
Normal file
6
node_modules/unist-util-is/convert.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import {Test, TestFunction} from '.'
|
||||
import {Node} from 'unist'
|
||||
|
||||
declare function convert<T extends Node>(test: Test<T>): TestFunction<T>
|
||||
|
||||
export = convert
|
||||
Reference in New Issue
Block a user