@formatjs/intl-datetimeformat
Version:
Intl.DateTimeFormat polyfill
11 lines (10 loc) • 527 B
TypeScript
import { IntlDateTimeFormatInternal, TABLE_6 } from '@formatjs/ecma402-abstract';
export declare const DATE_TIME_PROPS: Array<keyof Pick<IntlDateTimeFormatInternal, TABLE_6>>;
export declare const removalPenalty = 120;
export declare const additionPenalty = 20;
export declare const differentNumericTypePenalty = 15;
export declare const longLessPenalty = 8;
export declare const longMorePenalty = 6;
export declare const shortLessPenalty = 6;
export declare const shortMorePenalty = 3;
export declare const offsetPenalty = 1;