Typescript Object and Array Utilities

Ole Ersoy
1 min readJun 5, 2020
Image by Pexels from Pixabay

Scenario

We need cut and past Object and Array utilities.

API

  • numberArrayToObject()
  • stringArrayToObject()
  • toArray()

--

--