mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 04:40:39 -07:00
4 lines
114 B
TypeScript
4 lines
114 B
TypeScript
export function getDateTimeFormat () {
|
|
return (typeof Intl !== 'undefined' ? Intl.DateTimeFormat : undefined)
|
|
}
|