UNPKG

qibla

Version:

A helper class (Qibla) to provide you the qibla direction relative to True North based on provided coordinates

6 lines (5 loc) 242 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Qibla = void 0; var qibla_1 = require("./qibla"); Object.defineProperty(exports, "Qibla", { enumerable: true, get: function () { return qibla_1.Qibla; } });