UNPKG

@terrazzo/parser

Version:

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

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