Edit this page

up.util up.util.values(object)
JavaScript function

This feature has been deprecated. Use Object.values() instead.

Load unpoly-migrate.js to polyfill deprecated features.

Returns an array of values of the given object.


Parameters

object Object

Return value

Array<string>