UNPKG

yoda-seo-tips

Version:
6 lines (5 loc) 291 B
import { Input, Output, Rule } from "./validator"; import { YodaWisdomConfig } from "./yodaWisdom"; export default function yodaValidateHtml(input: Input, output?: Output | null, config?: YodaWisdomConfig | Rule[]): Promise<void>; export * from "./rules"; export * from "./yodaWisdom";