Files
liquidjs/src/util/intl.ts
T

4 lines
114 B
TypeScript

export function getDateTimeFormat () {
return (typeof Intl !== 'undefined' ? Intl.DateTimeFormat : undefined)
}