UNPKG

@telerik/kendo-intl

Version:

A package exporting functions for date and number parsing and formatting

5 lines (4 loc) 166 B
import { CURRENCY, ACCOUNTING } from '../common/constants'; export default function isCurrencyStyle(style) { return style === CURRENCY || style === ACCOUNTING; }