UNPKG

pure-fun

Version:

A collection of pure functions/helpers with 0 dependencies

6 lines (5 loc) 123 B
/** * Checks if the given input is a valid Map */ declare const isMap: (map: any) => boolean; export default isMap;