mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 12:09:31 +08:00
5 lines
254 B
Text
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;
|