UNPKG

debt-collector

Version:

a nodejs tool to identify, track and mesure technical debt

2 lines (1 loc) 209 B
export declare const useArrayForStringKeys: <K extends string, T extends { [P in K]?: string | string[] | undefined | null; } & Record<string, any>>(keys: K[], obj: T) => { [P in K]: string[]; } & Omit<T, K>;