values¶ Signature¶ values(object) Description¶ Returns the values of the provided object. Examples¶ values({bar:'bam',foo:'baz'}) == ['bam','baz']