mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-12-06 04:43:52 +01: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";
|