Skip to content

Commit

Permalink
Added export of all library types
Browse files Browse the repository at this point in the history
  • Loading branch information
karelklima committed May 12, 2023
1 parent 0b1b08a commit e11d21a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { WorkFlowy, WorkFlowy as default } from "./src/workflowy.ts";
export { Client } from "./src/client.ts";
export { Document } from "./src/document.ts";
export type { Operation, TreeItem } from "./src/schema.ts";
export type * from "./src/client.ts";
export type * from "./src/document.ts";
export type * from "./src/schema.ts";

0 comments on commit e11d21a

Please sign in to comment.