@nicolawealth/array_to_object
v0.0.2
Published
 ; which takes in an optional string array argument and returns an object of key value pairs where the keys correspond to array entries and values are booleans initially set to true. If no value is provided to arr or if arr is undefined, an empty object will be returned.
Testing
Tests can be found in array_to_object.test.ts located in array_to_object/src and should be run with sinon, mocha and nyc.
