Urara-Blog/node_modules/.pnpm-store/v3/files/54/b336ec9000b36b8249d29571b5f542af71a362e7f6401b375c0bebc2d29d36192e0c3491c8abd4cd56098dd54449c3e414dd1ba435b090d0a3f839f5bf3736
2022-08-14 01:14:53 +08:00

8 lines
320 B
Text

import type {Vocabulary} from "../types"
import dependentRequired from "./validation/dependentRequired"
import dependentSchemas from "./applicator/dependentSchemas"
import limitContains from "./validation/limitContains"
const next: Vocabulary = [dependentRequired, dependentSchemas, limitContains]
export default next