Update frontmatter data

This commit is contained in:
Angelos Chalaris
2023-04-28 22:29:23 +03:00
parent 705e4e097d
commit 8850e3dfbe
577 changed files with 1731 additions and 1678 deletions

View File

@ -1,9 +1,10 @@
---
title: Map an array to an object
tags: array,object
type: snippet
tags: [array,object]
author: chalarangelo
cover: metro-tunnel
firstSeen: 2023-02-04T05:00:00-04:00
dateModified: 2023-02-04T05:00:00-04:00
---
Maps an object array to an object, using the provided mapping functions.