PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@commitlint/config-validator/node_modules/ajv/lib/vocabularies/dynamic

Просмотр файла: recursiveRef.ts

import type {CodeKeywordDefinition} from "../../types"
import {dynamicRef} from "./dynamicRef"

const def: CodeKeywordDefinition = {
  keyword: "$recursiveRef",
  schemaType: "string",
  code: (cxt) => dynamicRef(cxt, cxt.schema),
}

export default def

Выполнить команду


Для локальной разработки. Не используйте в интернете!