Vinyl
    Preparing search index...
    • Returns a validator that asserts that the input object's own enumerable properties has string keys and values that match the given validator.

      Prototype members are not included.

      Type Parameters

      • const V

      Parameters

      • valueValidator: Validator<V>

        Validates each value.

      Returns RecordSchema<Record<string, V>>