UNPKG

@univerjs/sheets-formula

Version:

| Package Name | UMD Namespace | Version | License | Downloads | Contains CSS | Contains i18n locales | | --- | --- | --- | --- | --- | :---: | :---: | | `@univerjs/sheets-formula` | `UniverSheetsFormula` | [![][npm-version-shield]][npm-version-link] | ![

5 lines (4 loc) 304 B
import { LocaleService } from '@univerjs/core'; import { IFunctionInfo, IFunctionParam } from '@univerjs/engine-formula'; export declare function getFunctionName(item: IFunctionInfo, localeService: LocaleService): string; export declare function generateParam(param: IFunctionParam): string | undefined;