Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
fix IsEntity check for serialize overload
Browse files Browse the repository at this point in the history
  • Loading branch information
hb432 committed Nov 12, 2020
1 parent ac3023b commit 5424e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export interface Main {
/** Serializes a Bounding Box, Entity, Item Stack, Location, or Vector. If the input does not match
* one of these types, the input itself will be returned instead. */
serialize (object: obuBoundingBox): SerialBoundingBox;
serialize (object: obeEntity): SerialEntity;
serialize (object: IsEntity): SerialEntity;
serialize (object: obiItemStack): SerialItemStack;
serialize (object: obLocation): SerialLocation;
serialize (object: obuVector): SerialVector;
Expand Down

0 comments on commit 5424e1c

Please sign in to comment.