Edit this page

up.util up.util.except(object, ...keys)
JavaScript function

This feature has been deprecated. Use up.util.omit(object, keys) (with an array argument) instead of up.util.object(...keys) (with rest arguments).

Load unpoly-migrate.js to polyfill deprecated features.

Returns a copy of the given object that contains all except the given keys.


Parameters

object Object
...keys Array