UNPKG

@hgargg-0710/one

Version:

A tiny npm library purposed for providing beautiful solutions to frequent miniature (one-line/one-expression) tasks for various JS datatypes.

5 lines (4 loc) 115 B
/** * Converts a given `Map` into an `object` */ export declare const toObject: (x: Map<string, any>) => object;