UNPKG

@n3okill/utils

Version:
8 lines (7 loc) 227 B
import { TObject } from "../type/_types"; /** * Transforms Map into Object * @param map Map to transform * @returns The object resultant from the Map */ export declare function fromMap(map: Map<unknown, unknown>): TObject;