Match API

This commit is contained in:
EncodedVenom 2024-06-15 15:42:43 -04:00
parent 8f72482faf
commit a1b82c7e3b

5
lib/index.d.ts vendored
View file

@ -133,9 +133,10 @@ export class World {
export const pair: (pred: Entity, obj: Entity) => Entity; export const pair: (pred: Entity, obj: Entity) => Entity;
export const IS_PAIR: (e: Entity) => boolean;
export const OnAdd: Entity; export const OnAdd: Entity;
export const OnRemove: Entity; export const OnRemove: Entity;
export const OnSet: Entity; export const OnSet: Entity;
export const Wildcard: Entity; export const Wildcard: Entity;
export const w: Entity; export const Rest: Entity;
export const REST: Entity;