astro-ghostcms/.pnpm-store/v3/files/2b/e0233da330944b407fd5f406c53...

3 lines
154 B
Plaintext

import type { RuleModule, PartialRuleModule } from "../types";
export declare function createRule(ruleName: string, rule: PartialRuleModule): RuleModule;