https://github.com/semibran/directions
Constants for cardinal directions
https://github.com/semibran/directions
cardinal directions
Last synced: 6 months ago
JSON representation
Constants for cardinal directions
- Host: GitHub
- URL: https://github.com/semibran/directions
- Owner: semibran
- License: mit
- Created: 2017-02-06T06:53:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-06T22:20:58.000Z (over 8 years ago)
- Last Synced: 2025-02-12T18:59:22.771Z (8 months ago)
- Topics: cardinal, directions
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# directions
> Constants for cardinal directions```javascript
const { left, up, right, down } = require('directions')
```## install
```sh
npm install semibran/directions
```## license
MIT