UNPKG

@terrazzo/parser

Version:

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

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