UNPKG

rubico

Version:

[a]synchronous functional programming

14 lines (13 loc) 230 B
export = mapFrom; /** * @name mapFrom * * @synopsis * ```coffeescript [specscript] * mapFrom(object Object) -> Map * ``` * * @description * Create a new Map from an object. */ declare function mapFrom(object: any): any;