Function hashByDirections
 
- hashByDirections(directions: { 
 east?: boolean;
 north?: boolean;
 south?: boolean;
 west?: boolean;
 }): string
- 
Parameters
- 
directions: { 
 east?: boolean;
 north?: boolean;
 south?: boolean;
 west?: boolean;
 }
- 
Optionaleast?: boolean
- 
Optionalnorth?: boolean
- 
Optionalsouth?: boolean
- 
Optionalwest?: boolean
 
 
 Returns string