Spaces:
Running
Running
File size: 184 Bytes
1df763a |
1 2 3 4 |
import type { MacroKeywordDefinition } from "ajv";
import type { DefinitionOptions } from "./_types";
export default function getDef(opts?: DefinitionOptions): MacroKeywordDefinition;
|