Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Delusoire committed Aug 19, 2024
1 parent da16847 commit d657fbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/stdlib/src/expose/Platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import type { PlatformAutoGen } from "/hooks/PlatformAutoGen.d.ts";

export type Platform = PlatformAutoGen;
export let Platform: Platform;
export let Cosmos: ReturnType<Platform["getPlayerAPI"]>["_cosmos"];

transformer<Platform>(
(emit) => (str) => {
Expand Down

0 comments on commit d657fbc

Please sign in to comment.