mirror of
https://github.com/sern-handler/website
synced 2026-06-28 02:32:23 +00:00
7 lines
346 B
TypeScript
7 lines
346 B
TypeScript
export type Action = import('./lib/index.js').Action;
|
|
export type ActionTuple = import('./lib/index.js').ActionTuple;
|
|
export type Index = import('./lib/index.js').Index;
|
|
export type Visitor = import('./lib/index.js').Visitor;
|
|
export type Visitors = import('./lib/index.js').Visitors;
|
|
export { CONTINUE, EXIT, SKIP, visit } from "./lib/index.js";
|