UNPKG

@jspreadsheet/search

Version:
15 lines (11 loc) 312 B
/** * Official Type definitions for JSS search * https://jspreadsheet.com/products/search * Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped */ declare function search(worksheet: object): void; declare namespace search { interface Options { } } export default search;