Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
chain-able-lego / dist / fromPropsToLongestArray.d.ts
Size: Mime:
interface AnyObj {
    [key: string]: any;
    [key: number]: any;
}
declare const fromPropsToLongestArray: (props: AnyObj) => any[];
export { fromPropsToLongestArray };
export default fromPropsToLongestArray;