@terrazzo/parser
Version:
Parser/validator for the Design Tokens Community Group (DTCG) standard.
94 lines (87 loc) • 2 kB
text/typescript
export { default as build } from './build/index.js';
export * from './build/index.js';
export { default as defineConfig } from './config.js';
export * from './config.js';
export { default as lintRunner } from './lint/index.js';
export * from './lint/index.js';
export { default as Logger } from './logger.js';
export * from './logger.js';
export { default as parse } from './parse/index.js';
export * from './parse/index.js';
export * from './types.js';
export type {
AliasToken,
AliasValue,
BooleanToken,
BooleanTokenNormalized,
BooleanValue,
BorderToken,
BorderTokenNormalized,
BorderValue,
BorderValueNormalized,
ColorSpace,
ColorToken,
ColorTokenNormalized,
ColorValue,
ColorValueNormalized,
CubicBezierToken,
CubicBezierTokenNormalized,
CubicBezierValue,
CustomTransformOptions,
DimensionToken,
DimensionTokenNormalized,
DimensionValue,
DurationToken,
DurationTokenNormalized,
DurationValue,
FontFamilyToken,
FontFamilyTokenNormalized,
FontFamilyValue,
FontFamilyValueNormalized,
FontWeightToken,
FontWeightTokenNormalized,
FontWeightValue,
FontWeightValueNormalized,
GradientStop,
GradientStopNormalized,
GradientToken,
GradientTokenNormalized,
GradientValue,
GradientValueNormalized,
Group,
GroupCore,
GroupOrToken,
LinkToken,
LinkTokenNormalized,
LinkValue,
ModeMap,
NumberToken,
NumberTokenNormalized,
NumberValue,
ShadowToken,
ShadowTokenNormalized,
ShadowValue,
ShadowValueNormalized,
StringToken,
StringTokenNormalized,
StringValue,
StrokeStyleToken,
StrokeStyleTokenNormalized,
StrokeStyleValue,
StrokeStyleValueExpanded,
Token,
TokenCore,
TokenMode,
TokenNormalized,
TokenNormalizedCore,
TokenNormalizedSet,
TokensSet,
TransitionToken,
TransitionTokenNormalized,
TransitionValue,
TransitionValueNormalized,
TypographyToken,
TypographyTokenNormalized,
TypographyValue,
TypographyValueNormalized,
} from '@terrazzo/token-tools';