mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-18 20:54:56 +02: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";
|