Repository URL to install this package:
Version:
6.0.4 ▾
|
interface AnyObj {
[key: string]: any;
[key: number]: any;
}
declare const fromPropsToLongestArray: (props: AnyObj) => any[];
export { fromPropsToLongestArray };
export default fromPropsToLongestArray;