Skip to content

values

Typed wrapper for Object.values.

ts
import { values } from '@vielzeug/toolkit';

values({ a: 1, b: 2 }); // [1, 2]