Skip to content

Commit

Permalink
add: utils api
Browse files Browse the repository at this point in the history
  • Loading branch information
windingwind committed Sep 13, 2023
1 parent 536e7fc commit 241d0c9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
import { dispatchRuleEvents, dispatchRuleShortcuts } from "./modules/events";
import { ClipboardHelper } from "zotero-plugin-toolkit/dist/helpers/clipboard";

export default { dispatchRuleEvents, dispatchRuleShortcuts };
const utils = {
ClipboardHelper,
};

export default { dispatchRuleEvents, dispatchRuleShortcuts, utils };

0 comments on commit 241d0c9

Please sign in to comment.