UNPKG

@sheetxl/scripting

Version:

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

17 lines (16 loc) 461 B
/** * @license @sheetxl/scripting - Scripting - Scripting engine for Macros and formulas; includes TypeScript and EsBuild. - v0.6.6 * * (C) 2025-present SheetXL Inc. & Michael T. Ford * License: The license can be found at https://www.sheetxl.com/license. */ async function i() { try { return await import("typescript"); } catch (r) { throw console.error("Error initializing Node TypeScript module:", r), r; } } export { i as initialize };