Update readme and clean up

This commit is contained in:
Endeavorance 2025-04-02 15:41:20 -04:00
parent 6a3157762a
commit 435d555394
17 changed files with 320 additions and 486 deletions

2
src/exports.ts Normal file
View file

@ -0,0 +1,2 @@
export type * from "./types";
export const DEFAULT_CONTENT_KEY = "content";