All files / util index.ts

100% Statements 20/20
100% Branches 0/0
100% Functions 10/10
100% Lines 10/10

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17            2x 3x 2x 3x 3x 5x 2x 5x 5x 4x  
/* eslint-disable import/prefer-default-export */
/**
 * @module 其他工具函数
 * @see https://github.com/SporeUI/spore-tskit/tree/master/src/util
 */
 
export { abToHex } from './abToHex';
export { ascToHex } from './ascToHex';
export { getType } from './getType';
export { hexToAb } from './hexToAb';
export { hexToAsc } from './hexToAsc';
export { hslToRgb } from './hslToRgb';
export { measureDistance } from './measureDistance';
export { rgbToHsl } from './rgbToHsl';
export { isLightColor } from './isLightColor';
export { parseRGB } from './parseRGB';