UNPKG

hyperformula-dc

Version:

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

7 lines (6 loc) 186 B
/** * @license * Copyright (c) 2021 Handsoncode. All rights reserved. */ import { Config } from './Config'; export declare function collatorFromConfig(config: Config): Intl.Collator;