UNPKG

object-values

Version:
3 lines (2 loc) 82 B
'use strict'; module.exports = object => Object.keys(object).map(i => object[i]);