This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/unist-util-is/convert.d.ts

7 lines
157 B
TypeScript

import {Test, TestFunction} from './'
import {Node} from 'unist'
declare function convert<T extends Node>(test: Test<T>): TestFunction<T>
export = convert