Skip to content

Functions Object

Jason Barr edited this page Sep 22, 2021 · 3 revisions

A functional, curried interface to the JavaScript Object type, plus additional useful functions.

The Functions

  • assign
  • clone
  • copyProto
  • create
  • define
  • defineProperties
  • defineProperty
  • definePropWithOpts
  • entries
  • equals
  • extend
  • freeze
  • fromEntries
  • getPropertyDescriptor
  • getPropertyDescriptors
  • getProto
  • hash
  • hasOwn
  • isExtensible
  • isPrototypeOf
  • keys
  • names - functional Object.getOwnPropertyNames
  • preventExtensions
  • prop
  • propEq
  • property
  • seal
  • setProto
  • symbols - functional Object.getOwnPropertySymbols
  • toString
  • valueOf
Clone this wiki locally