UNPKG

wsp-toolkit

Version:
5 lines (4 loc) 76 B
export interface IMovingDirection { x: -1 | 0 | 1; y: -1 | 0 | 1; }