index.d.ts 343 B

123456789101112
  1. import { Entity } from "./Entity";
  2. import { Registry } from "./Registry";
  3. import { World } from "./World";
  4. export * from "./Entity";
  5. export * from "./Registry";
  6. export * from "./World";
  7. export declare const accountProviders: {
  8. Entity: typeof Entity;
  9. Registry: typeof Registry;
  10. World: typeof World;
  11. };
  12. //# sourceMappingURL=index.d.ts.map