@sheetxl/studio-vanilla
Version:
SheetXL Studio - Vanilla entry point for integrating SheetXL UI.
22 lines (21 loc) • 609 B
JavaScript
/**
* @license @sheetxl/studio-vanilla - SheetXL Studio - Vanilla entry point for integrating SheetXL UI. - v0.7.27
*
* (C) 2025-present SheetXL Inc. & Michael T. Ford
* License: The license can be found at https://www.sheetxl.com/license.
*/
let e = null;
async function n() {
return e || (e = new Promise(async (i, l) => {
let r = null;
try {
r = await import("https://esm.sh/typescript@5.7.2");
} catch (t) {
console.error("Error initializing Browser TypeScript module:", t);
}
r || console.log("use script fallback"), i(r);
}), e);
}
export {
n as initialize
};