@mindfiredigital/pivothead
Version:
PivotHead is a powerful and flexible library for creating interactive pivot tables in JavaScript applications. It provides a core engine for data manipulation and, in the future, will be compatible with wrappers for React, Vue, Svelte, and Angular, making
7 lines • 335 B
TypeScript
/**
* Try to parse currency-like strings into a number.
* Handles symbols ($, €, £, ₹, etc.), spaces, thousands separators and decimal marks
* including both "," and ".", and negatives in parentheses.
*/
export declare function parseCurrencyToNumber(input: unknown): number | null;
//# sourceMappingURL=currencyParser.d.ts.map