UNPKG

@appello/common

Version:

Common package with many useful features for web and mobile development

2 lines (1 loc) 94 B
export declare const entries: <T>(o: T) => [Extract<keyof T, string | number>, T[keyof T]][];