UNPKG

accelerator-core

Version:

[![Build Status](https://travis-ci.org/furkleindustries/accelerator-core.svg?branch=master)](https://travis-ci.org/furkleindustries/accelerator-core)

4 lines (3 loc) 89 B
export function getObjectValues(obj) { return Object.keys(obj).map((aa) => obj[aa]); }