UNPKG

nlcst-search

Version:

nlcst utility to search for patterns in a tree

4 lines (3 loc) 153 B
export { search } from "./lib/index.js"; export type Handler = import('./lib/index.js').Handler; export type Options = import('./lib/index.js').Options;