UNPKG

@stacksjs/ts-validation

Version:

A simple TypeScript starter kit using Bun.

10 lines 244 B
/** * Decimal separator by locale */ export declare const decimal: { 'en-US': '.'; 'ar': '٫' }; // Source: https://en.wikipedia.org/wiki/Decimal_mark export declare const dotDecimal: string[]; export declare const commaDecimal: string[];