@canutin/svelte-currency-input
Version:
A fully-featured currency input component for Svelte 5 that handles formatting, localization, and validation
14 lines (13 loc) • 652 B
JavaScript
export { addSeparators } from './addSeparators';
export { cleanValue } from './cleanValue';
export { escapeRegExp } from './escapeRegExp';
export { fixedDecimalValue } from './fixedDecimalValue';
export { formatValue } from './formatValue';
export { getLocaleConfig } from './getLocaleConfig';
export { getSuffix } from './getSuffix';
export { isNumber } from './isNumber';
export { padTrimValue } from './padTrimValue';
export { parseAbbrValue, abbrValue } from './parseAbbrValue';
export { removeInvalidChars } from './removeInvalidChars';
export { removeSeparators } from './removeSeparators';
export { repositionCursor } from './repositionCursor';