UNPKG

adhan-extended

Version:

High precision Islamic prayer time library (extended)

13 lines (12 loc) 241 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Rounding = void 0; var Rounding = { Nearest: 'nearest', Up: 'up', None: 'none' }; exports.Rounding = Rounding; //# sourceMappingURL=Rounding.js.map