UNPKG

healthone

Version:

Health One format library for JavaScript

2 lines 315 B
"use strict";var _dateFns=require("date-fns");Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=stringifyTime;function stringifyTime(a,b){const c=a instanceof Date?a:(0,_dateFns.parseISO)(a),d=(0,_dateFns.format)(c,b.timeFormat);return"0000"===d?"":d} //# sourceMappingURL=stringifyTime.cjs.map