UNPKG

@terrazzo/parser

Version:

Parser/validator for the Design Tokens Community Group (DTCG) standard.

6 lines 272 B
import type { LintRule } from '../../../types.js'; export declare const VALID_BOOLEAN = "core/valid-boolean"; declare const ERROR = "ERROR"; declare const rule: LintRule<typeof ERROR, Record<string, never>>; export default rule; //# sourceMappingURL=valid-boolean.d.ts.map