Urara-Blog/node_modules/.pnpm-store/v3/files/0c/f565fab5116a7c53c72131cff03994197c8680a1b72abe92d21d1a2f88ff36c8bc02c0f482a0dfd121faef7aee0eea5fb3791c5762e417940eb73e9084c90f
2022-08-14 01:14:53 +08:00

5 lines
254 B
Text

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;