2.3.0 • Published 5 years ago
xet v2.3.0
xet (ʃɛt) retrieves a map's value for a given key, setting it with a provided factory if it isn't present.
xet( map, key, factory )
// where
const factory = (key, value) => valueThis is useful when writing in a point-free declarative dialect - virtual DOM view templates for example - and want to write functions that can conditionally run setup in the form of the factory.