Type alias Amendment<TAmended>

Amendment<TAmended>: Amender<TAmended> | Amendatory<TAmended>

An amendment of some entity.

Applies to amended entities, such as classes or their members.

May be represented either by Amender function or Amendatory instance. An amenderOf function can be used to convert any amendment to amender.

Type Parameters

  • TAmended extends object

    Amended entity type.

Generated using TypeDoc