UNPKG

@maniascript/mslint

Version:
8 lines (7 loc) 198 B
import { type Rule } from '../linter/rule.js'; export declare enum Target { Always = "Always", AlwaysTrait = "AlwaysTrait", Never = "Never" } export declare const initDeclaration: Rule;