Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/modules / ___dist / chain-able / src / deps / util / values.js
Size: Mime:
"use strict";

const ENV_COMPAT = require("../env/compat");
/**
 * @TODO need to add build step for env_compat to replace with valuesIn
 * @type {Function}
 */


module.exports = Object.values;