mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-22 01:42:47 +00:00
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;
|