UNPKG

@sheetxl/sdk

Version:

SDK - A high-performance, embeddable spreadsheet engine.

14 lines (13 loc) 345 B
/** * @license @sheetxl/sdk - SDK - A high-performance, embeddable spreadsheet engine. - v0.6.4 * * (C) 2025-present SheetXL Inc. & Michael T. Ford * License: The license can be found at https://www.sheetxl.com/license. */ async function t() { const { webcrypto: t2 } = await import("crypto"); return t2; } export { t as getCrypto };