UNPKG

sugar

Version:

A Javascript utility library for working with native objects.

13 lines (11 loc) 360 B
'use strict'; var Sugar = require('sugar-core'); module.exports = { hasOwn: Sugar.util.hasOwn, getOwn: Sugar.util.getOwn, setProperty: Sugar.util.setProperty, classToString: Sugar.util.classToString, defineProperty: Sugar.util.defineProperty, forEachProperty: Sugar.util.forEachProperty, mapNativeToChainable: Sugar.util.mapNativeToChainable };