UNPKG

@plurid/plurid-engine

Version:
7 lines (6 loc) 241 B
import IsoMatcher from './IsoMatcher'; import RouteParser from './Parser'; import { extractQuery } from './Parser/logic'; export * from './Parser/interfaces'; export * from './logic'; export { IsoMatcher, RouteParser, extractQuery, };