toggle-corp/react-store

View on GitHub
utils/common.d.ts

Summary

Maintainability
A
0 mins
Test Coverage
// eslint-disable-next-line import/prefer-default-export
export declare function getObjectChildren(
    // eslint-disable-next-line @typescript-eslint/ban-types
    obj: object,
    // FIXME: handle undefined in reverseRoute
    keys: (undefined| number | string)[],
// eslint-disable-next-line @typescript-eslint/no-explicit-any
): (any | undefined);