UNPKG

@slippy-lint/slippy

Version:

A simple but powerful linter for Solidity

7 lines (6 loc) 238 B
import { RuleDefinition } from "./types.js"; import * as z from "zod"; declare const Schema: z.ZodDefault<z.ZodArray<z.ZodString>>; type Config = z.infer<typeof Schema>; export declare const IdDenylist: RuleDefinition<Config>; export {};