(schemas: A)
| 587 | [FieldTypeId]: FieldTypeId, |
| 588 | pipe() { |
| 589 | return pipeArguments(this, arguments) |
| 590 | } |
| 591 | } |
| 592 | |
| 593 | const Field = <const A extends Field.Config>(schemas: A): Field<A> => { |
| 594 | const self = Object.create(FieldProto) |
| 595 | self.schemas = schemas |
| 596 | return self |
no outgoing calls
no test coverage detected
searching dependent graphs…