Interface OneConstructor

A recursive One constructor. Used internally for recursive 'One's.

interface OneConstructor ((many, recursive?, context?, ctor?) => One)
  • Parameters

    • many: any[]
    • Optional recursive: boolean
    • Optional context: any[]
    • Optional ctor: OneConstructor

    Returns One