UNPKG

@jspreadsheet/format

Version:

Spreadsheet format management extension.

15 lines (10 loc) 253 B
/** * Official Type definitions for JSS Format * https://jspreadsheet.com/products/format */ declare function format(options?: format.options): void; declare namespace format { interface options { } } export default format;