UNPKG

@sheetxl/scripting

Version:

Scripting - Scripting engine for Macros and formulas; includes TypeScript and EsBuild.

15 lines (14 loc) 487 B
import * as s from "esbuild-wasm"; /** * @license @sheetxl/scripting - Scripting - Scripting engine for Macros and formulas; includes TypeScript and EsBuild. - v0.7.5 * * (C) 2025-present SheetXL Inc. & Michael T. Ford * License: The license can be found at https://www.sheetxl.com/license. */ let i = null; function t() { return i || (i = s.initialize({ wasmURL: "https://esm.sh/esbuild-wasm@0.20.2/esbuild.wasm", worker: !1 }).then(() => s)), i; } export { t as initialize };