lix-website/themes/lix/assets/bootstrap/node_modules/unist-util-is/convert.d.ts

7 lines
156 B
TypeScript
Raw Permalink Normal View History

2024-04-27 03:39:10 +00:00
import {Test, TestFunction} from '.'
import {Node} from 'unist'
declare function convert<T extends Node>(test: Test<T>): TestFunction<T>
export = convert