UNPKG

sheetxl

Version:

SheetXL - Command line tool

17 lines (16 loc) 394 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. */ async function i() { try { return await import("typescript"); } catch (i2) { throw console.error("Error initializing Node TypeScript module:", i2), i2; } } export { i as initialize };