UNPKG

@router-cli/react-router-dev

Version:

File based routing cli for react-router-dom.

3 lines (2 loc) 128 B
export declare const getMapKeys: <T>(src: Map<T, any>) => T[]; export declare const getMapValues: <T>(src: Map<any, T>) => T[];