UNPKG

@jspreadsheet/search

Version:
10 lines (7 loc) 247 B
/** * Official Type definitions for JSS search * https://jspreadsheet.com/products/search * Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped */ declare function search(worksheet: object): void; export default search;