@primer/primitives
Version:
Typography, spacing, and color primitives for Primer design system
7 lines (6 loc) • 357 B
TypeScript
import type { Parser } from 'style-dictionary/types';
/**
* @description Parses a valid [json5](https://json5.org) file and replaces `$value` with `value` and `$description` with `comment` to make a w3c standard file compatible with style dictionary
* @pattern supported file extensions `.json` or `.json5`
*/
export declare const w3cJsonParser: Parser;