UNPKG

@atlaskit/tokens

Version:

Design tokens are the single source of truth to name and store design decisions.

6 lines 270 B
export { signum } from './signum'; export { lerp } from './lerp'; export { clampInt } from './clamp-int'; export { clampDouble } from './clamp-double'; export { sanitizeDegreesDouble } from './sanitize-degrees-double'; export { matrixMultiply } from './matrix-multiply';