0.0.14 • Published 1 year ago
value-obj v0.0.14
Description
The main idea - to interact with UI elements using a special value type. It allows to replace these components without affecting the main logic.
The package contains most common utils for working with these objects.
They are not mutating the incoming data
Installing
For npm
npm install value-objFor pnpm
pnpm add value-objAPI
Set all a value to a specific field
Recursively for
options
const result = vuSetForAll(arr, 'value', 'test')