8 lines
177 B
JavaScript
8 lines
177 B
JavaScript
import { DisplayNames } from './';
|
|
Object.defineProperty(Intl, 'DisplayNames', {
|
|
value: DisplayNames,
|
|
enumerable: false,
|
|
writable: true,
|
|
configurable: true,
|
|
});
|