UNPKG

yup

Version:

Dead simple Object schema validation

3 lines (2 loc) 153 B
import { ObjectShape } from '../object'; export default function sortFields(fields: ObjectShape, excludedEdges?: readonly [string, string][]): string[];