type-plus icon indicating copy to clipboard operation
type-plus copied to clipboard

List of deprecate types to be removed

Open unional opened this issue 1 year ago • 0 comments

To remove:

  • First (FindFirst, ArrayPlus.Find)
  • isType.t() (isType(), testType.true())
  • isType.f() (isType(), testType.false())
  • isType.never() (isType(), testType.never())
  • isType.equal() (testType.equal())
  • CommonKeys (CommonPropKeys)
  • PadLeft (PadStart)

Newly deprecated:

  • drop() (no replacement)
  • Concat (ArrayPlus.Concat)

unional avatar May 14 '23 20:05 unional