UNPKG

concepts-parser

Version:
5 lines (4 loc) 204 B
import { Concept } from "./concept"; import { Context } from "./types"; import { FilterOptions } from "./filters"; export declare function parse(context: Context, options?: FilterOptions): Concept[];