UNPKG

ajv-cli

Version:

Command line interface for Ajv JSON schema validator

6 lines (5 loc) 135 B
import type { Command, CmdName } from "./types"; declare const commands: { [Name in CmdName]: Command; }; export default commands;