UNPKG

hyperformula

Version:

HyperFormula is a JavaScript engine for efficient processing of spreadsheet-like data and formulas

7 lines (6 loc) 186 B
/** * @license * Copyright (c) 2025 Handsoncode. All rights reserved. */ export declare function extractTime(v: any): number; export declare function checkKeySchema(v: any): boolean;