Skip to content

Commit 29f7e32

Browse files
committed
fix: remove unused function rgbToAnsi16 from import
1 parent 1c0bbce commit 29f7e32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { create, defineProperty, setPrototypeOf, separator, EMPTY_STRING } from './misc.js';
2-
import { hexToRgb, rgbToAnsi256, rgbToAnsi16, ansi256To16 } from './utils.js';
2+
import { hexToRgb, rgbToAnsi256, ansi256To16 } from './utils.js';
33
import { getLevel } from './color-support.js';
44
import { LEVEL_BW, LEVEL_16COLORS, LEVEL_256COLORS } from './color-levels.js';
55

0 commit comments

Comments
 (0)