UNPKG

@lad-tech/mobydick-calendar

Version:

React Native components library focused on usability, accessibility and developer experience

6 lines (5 loc) 135 B
export default function typedKeys<T extends {[key: string]: unknown}>( object: T, ) { return Object.keys(object) as (keyof T)[]; }