UNPKG

sugar

Version:

A Javascript utility library for working with native objects.

11 lines (8 loc) 267 B
'use strict'; var defineNativeMethodsOnChainable = require('../internal/defineNativeMethodsOnChainable'); function buildChainableNativeMethodsFix() { if (!Object.getOwnPropertyNames) { defineNativeMethodsOnChainable(); } } buildChainableNativeMethodsFix();