All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
6 lines
254 B
TypeScript
6 lines
254 B
TypeScript
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;
|