UNPKG

oberknecht-utils

Version:
4 lines (2 loc) 149 B
export type getKeyArraysFromObjectEntry = { path: string[]; value: any }; export type getKeyArraysFromObjectReturn = getKeyArraysFromObjectEntry[];