import ListFormat from './core';

Object.defineProperty(Intl, 'ListFormat', {
  value: ListFormat,
  writable: true,
  enumerable: false,
  configurable: true,
});
