muse/src/exports.ts
2025-04-03 09:36:56 -04:00

3 lines
102 B
TypeScript

export type * from "./types";
export * from "./errors";
export const DEFAULT_CONTENT_KEY = "content";