forked from lix-project/lix-website
7 lines
156 B
TypeScript
7 lines
156 B
TypeScript
|
import {Test, TestFunction} from '.'
|
||
|
import {Node} from 'unist'
|
||
|
|
||
|
declare function convert<T extends Node>(test: Test<T>): TestFunction<T>
|
||
|
|
||
|
export = convert
|