Spaces:
Sleeping
Sleeping
File size: 182 Bytes
1df763a |
1 2 3 4 5 |
import type { MacroKeywordDefinition } from "ajv";
import type { GetDefinition } from "./_types";
declare const getDef: GetDefinition<MacroKeywordDefinition>;
export default getDef;
|