UNPKG

sheetxl

Version:

SheetXL - Command line tool

14 lines (13 loc) 311 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 t() { const { webcrypto: t2 } = await import("crypto"); return t2; } export { t as getCrypto };