@palett/enum-font-effects
Advanced tools
Comparing version 0.8.16 to 0.8.17
@@ -17,3 +17,4 @@ 'use strict'; | ||
const INVERSE = 'inverse'; // 7 - 27 | ||
const REVERSE = 'reverse', | ||
INVERSE = 'inverse'; // 7 - 27 | ||
@@ -33,3 +34,4 @@ const HIDE = 'hide', | ||
exports.NORMAL = NORMAL; | ||
exports.REVERSE = REVERSE; | ||
exports.STRIKE = STRIKE; | ||
exports.UNDERLINE = UNDERLINE; |
@@ -13,3 +13,4 @@ const NORMAL = 'normal'; // 0 | ||
const INVERSE = 'inverse'; // 7 - 27 | ||
const REVERSE = 'reverse', | ||
INVERSE = 'inverse'; // 7 - 27 | ||
@@ -21,2 +22,2 @@ const HIDE = 'hide', | ||
export { BLINK, BOLD, DIM, HIDE, INVERSE, INVISIBLE, ITALIC, NORMAL, STRIKE, UNDERLINE }; | ||
export { BLINK, BOLD, DIM, HIDE, INVERSE, INVISIBLE, ITALIC, NORMAL, REVERSE, STRIKE, UNDERLINE }; |
{ | ||
"name": "@palett/enum-font-effects", | ||
"version": "0.8.16", | ||
"version": "0.8.17", | ||
"description": "A colorant to string", | ||
@@ -35,3 +35,3 @@ "main": "dist/index.cjs.js", | ||
"homepage": "https://github.com/hoyeungw/palett/enum-font-effects#readme", | ||
"gitHead": "163f1bf0ec01a1edadd17a4a5e4b69f2b76fd55f" | ||
"gitHead": "defb9b2b9d59f7ab3d4128d638e2271c297c895c" | ||
} |
4697
36