Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
Try another export for _Entity
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlong committed Jun 26, 2020
1 parent e4082cc commit 21153e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { Entity } from "./Entity";
export * from "./World";
export * from "./System";
export *from "./Entity";
export * from "./Entity";
export { Entity as _Entity } from "./Entity";
export * from "./Component";
export * from "./TagComponent";
export * from "./SystemStateComponent";
export * from "./Types";
export const _Entity: Entity;
export as namespace ecsy;

0 comments on commit 21153e6

Please sign in to comment.