mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 06:49:29 +08:00
5 lines
293 B
Text
5 lines
293 B
Text
import type { CodeKeywordDefinition, AnySchema } from "../../types";
|
|
import type { KeywordCxt } from "../../compile/validate";
|
|
declare const def: CodeKeywordDefinition;
|
|
export declare function validateTuple(cxt: KeywordCxt, extraItems: string, schArr?: AnySchema[]): void;
|
|
export default def;
|