Skip to content

Commit

Permalink
feat: simplify states
Browse files Browse the repository at this point in the history
  • Loading branch information
Delusoire committed Jul 7, 2024
1 parent acc0b22 commit c4a46f9
Show file tree
Hide file tree
Showing 5 changed files with 139 additions and 126 deletions.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* SPDX-License-Identifier: GPL-3.0-or-later
*/

export type { LocalModuleInstance as Module } from "./module.ts";
export type { ModuleInstance as Module } from "./module.ts";
export type { Transformer } from "./transform.ts";

import mixin, { applyTransforms } from "./mixins.js";
Expand Down
Loading

0 comments on commit c4a46f9

Please sign in to comment.