2025-02-04 17:01:32 +01:00

10 lines
264 B
TypeScript

export * from "./ids.ts";
export * from "./ctx.ts";
export * from "./util.ts";
export * from "./diagnostics.ts";
export * as ids from "./ids.ts";
export * as ctx from "./ctx.ts";
export * as util from "./util.ts";
export * as diagnostics from "./diagnostics.ts";