UNPKG

@n3okill/utils

Version:
8 lines (7 loc) 216 B
import { TObject } from "../type/_types"; /** * Transform object to Map * @param obj The object to transform * @returns Map from the object */ export declare function toMap(obj?: TObject): Map<unknown, unknown>;