{"code":"/**\r\n * Returns a iterable array of tuples from an input object.\r\n */\r\nconst getMappedArray = (obj) => [...new Map(Object.entries(obj))];\r\nexport default getMappedArray;\r\n//# sourceMappingURL=index.js.map","map":"{\"version\":3,\"file\":\"index.js\",\"sourceRoot\":\"\",\"sources\":[\"../../../../src/objects/getMappedArray/index.ts\"],\"names\":[],\"mappings\":\"AAAA;;GAEG;AACH,MAAM,cAAc,GAAG,CAAC,GAAW,EAAE,EAAE,CAAC,CAAC,GAAG,IAAI,GAAG,CAAC,MAAM,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;AAC1E,eAAe,cAAc,CAAC\"}","dts":{"name":"/Users/thibault/Development/pure-fun/objects/getMappedArray/index.d.ts","writeByteOrderMark":false,"text":"/**\r\n * Returns a iterable array of tuples from an input object.\r\n */\r\ndeclare const getMappedArray: (obj: Object) => [string, any][];\r\nexport default getMappedArray;\r\n"}}
