This package has been deprecated

Author message:

We have renamed this package to @unctionjs/objectFrom

@unction/recordfrom

9.0.0 • Public • Published

@unction/recordFrom

Tests Stability Dependencies

KeyChain => ValueType => FunctorType

Given a keychain and a value it creates an object that has keys based on the keychain.

recordFrom(["key", "subkey"])("value")

Which returns:

{
  key: {
    subkey: "value"
  }
}

Readme

Keywords

Package Sidebar

Install

npm i @unction/recordfrom

Weekly Downloads

0

Version

9.0.0

License

ISC

Last publish

Collaborators

  • krainboltgreene