sugar-language
Version:
Language module for the Sugar Javascript utility library.
13 lines (11 loc) • 360 B
JavaScript
;
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
};