UNPKG

adhan-extended

Version:

High precision Islamic prayer time library (extended)

22 lines (15 loc) 1.13 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } var Coordinates = /*#__PURE__*/_createClass(function Coordinates(latitude, longitude) { _classCallCheck(this, Coordinates); this.latitude = latitude; this.longitude = longitude; }); exports["default"] = Coordinates; //# sourceMappingURL=Coordinates.js.map