Function hashByDirections
- hashByDirections(directions: {
east?: boolean;
north?: boolean;
south?: boolean;
west?: boolean;
}): string
-
Parameters
-
directions: {
east?: boolean;
north?: boolean;
south?: boolean;
west?: boolean;
}
-
Optional east?: boolean
-
Optional north?: boolean
-
Optional south?: boolean
-
Optional west?: boolean
Returns string