/** * Browser utility functions * Re-exports shared utilities and adds browser-specific implementations */ export { delay, dateToExcel, excelToDate, parseOoxmlDate, decodeOoxmlEscape, encodeOoxmlEscape, encodeOoxmlAttr, validInt, isDateFmt, splitFormatSections, parseBoolean, range, toSortedArray, bufferToString, base64ToUint8Array, uint8ArrayToBase64, stringToUtf16Le } from "./utils.base.js"; export { fileExists } from "./fs.browser.js";