UNPKG

@lion/localize

Version:

The localization system helps to manage localization data split into locales and automate its loading

8 lines (7 loc) 156 B
/** * To sanitize a date from IE11 handling * * @param {Date} date * @returns {string} */ export function sanitizedDateTimeFormat(date: Date): string;