UNPKG

natural-time-js

Version:

Natural time is a fresh, elegant, and coherent way of measuring the movements of time here on the Earth. This new time standard is based on common sense and the observation of natural cycles. Learn more: https://naturaltime.app. This JavaScript Class tran

12 lines 270 B
/** * Type definitions for natural-time-js */ /** * Hemisphere identifiers */ export var Hemisphere; (function (Hemisphere) { Hemisphere["NORTH"] = "NORTH"; Hemisphere["SOUTH"] = "SOUTH"; })(Hemisphere || (Hemisphere = {})); //# sourceMappingURL=index.js.map