UNPKG

sheetxl

Version:

SheetXL - Command line tool

15 lines (14 loc) 420 B
/** * @license sheetxl - SheetXL - Command line tool - v0.6.0 * * (C) 2025-present SheetXL Inc. & Michael T. Ford * License: The license can be found at https://www.sheetxl.com/license. */ import * as i from "esbuild-wasm"; let s = null; function e() { return s || (s = i.initialize({ wasmURL: "https://esm.sh/esbuild-wasm@0.20.2/esbuild.wasm", worker: false }).then(() => i)), s; } export { e as initialize };