@sheetxl/sdk
Version:
SDK - A high-performance, embeddable spreadsheet engine.
13 lines (12 loc) • 304 B
JavaScript
/**
* @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 n() {
return window.crypto;
}
export {
n as getCrypto
};