mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 12:19:30 +08:00
4 lines
217 B
Text
4 lines
217 B
Text
import type { CodeKeywordDefinition, ErrorNoParams, AnySchema } from "../../types";
|
|
export declare type NotKeywordError = ErrorNoParams<"not", AnySchema>;
|
|
declare const def: CodeKeywordDefinition;
|
|
export default def;
|