Skip to content

keys

Typed wrapper for Object.keys.

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

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