Files
archy/apps/web5-dwn/node_modules/ajv/dist/vocabularies/jtd/metadata.d.ts
T

6 lines
254 B
TypeScript
Raw Normal View History

import { KeywordCxt } from "../../ajv";
import type { CodeKeywordDefinition } from "../../types";
declare const def: CodeKeywordDefinition;
export declare function checkMetadata({ it, keyword }: KeywordCxt, metadata?: boolean): void;
export default def;