UNPKG

sugar

Version:

A Javascript utility library for working with native objects.

14 lines (9 loc) 242 B
'use strict'; var Sugar = require('sugar-core'), getValues = require('./internal/getValues'); Sugar.Object.defineInstanceAndStatic({ 'values': function(obj) { return getValues(obj); } }); module.exports = Sugar.Object.values;