Options
All
  • Public
  • Public/Protected
  • All
Menu

Module object

Index

Variables

Variables

Const of

of: function = sequenceS(parser)

Check that object satisfies certain conditions on it's fields. Does not ensure that the object has more fields than listed.

Type declaration

    • <R, E, NER>(r: EnforceNonEmptyRecord<NER> & Record<string, Kind3<F, R, E, any>>): Kind3<F, R, E, object>
    • Type parameters

      • R

      • E

      • NER: Record<string, Kind3<F, R, E, any>>

      Parameters

      • r: EnforceNonEmptyRecord<NER> & Record<string, Kind3<F, R, E, any>>

      Returns Kind3<F, R, E, object>

Const predicate

predicate: (Anonymous function) = p("object")

Generated using TypeDoc