Skip to main content
Deno 2 is finally here 🎉️
Learn more

Cardinal

Get cardinal direction (16 directions) from degree.

import { getCardinal } from "https://deno.land/x/cardinal/mod.ts";
console.log(getCardinal(135)); // SE

MIT License.