Variables
Const arrowDown
arrowDown: "↓" = "↓"
Const arrowLeft
arrowLeft: "←" = "←"
Const arrowRight
arrowRight: "→" = "→"
Const arrowUp
arrowUp: "↑" = "↑"
Const bgBlack
bgBlack: (Anonymous function) = modifier([40, 49])
Const bgBlue
bgBlue: (Anonymous function) = modifier([44, 49])
Const bgCyan
bgCyan: (Anonymous function) = modifier([46, 49])
Const bgGreen
bgGreen: (Anonymous function) = modifier([42, 49])
Const bgMagenta
bgMagenta: (Anonymous function) = modifier([45, 49])
Const bgRed
bgRed: (Anonymous function) = modifier([41, 49])
Const bgWhite
bgWhite: (Anonymous function) = modifier([47, 49])
Const bgYellow
bgYellow: (Anonymous function) = modifier([43, 49])
Const black
black: (Anonymous function) = modifier([30, 39])
Const blue
blue: (Anonymous function) = modifier([34, 39])
Const bold
bold: (Anonymous function) = modifier([1, 22])
Const bullet
bullet: "●" = "●"
Const checkboxCircleOff
checkboxCircleOff: "Ⓘ" = "Ⓘ"
Const checkboxCircleOn
checkboxCircleOn: "ⓧ" = "ⓧ"
Const checkboxOff
checkboxOff: "☐" = "☐"
Const checkboxOn
checkboxOn: "☒" = "☒"
Const circle
circle: "◯" = "◯"
Const circleCircle
circleCircle: "ⓞ" = "ⓞ"
Const circleCross
circleCross: "ⓧ" = "ⓧ"
Const circleDotted
circleDotted: "◌" = "◌"
Const circleDouble
circleDouble: "◎" = "◎"
Const circleFilled
circleFilled: "◉" = "◉"
Const circlePipe
circlePipe: "Ⓘ" = "Ⓘ"
Const circleQuestionMark
circleQuestionMark: "?⃝" = "?⃝"
Const cross
cross: "✖" = "✖"
Const cyan
cyan: (Anonymous function) = modifier([36, 39])
Const dim
dim: (Anonymous function) = modifier([2, 22])
Const ellipsis
ellipsis: "…" = "…"
Const fiveEighths
fiveEighths: "⅝" = "⅝"
Const fiveSixths
fiveSixths: "⅚" = "⅚"
Const fourFifths
fourFifths: "⅘" = "⅘"
Const getBoolEnvVar
get
BoolEnvVar: Arity1<string, boolean> = pipe(getEnvVar,isBoolean,withDefault<boolean>(false),)
Const gray
gray: (Anonymous function) = modifier([37, 39])
Const green
green: (Anonymous function) = modifier([32, 39])
Const hamburger
hamburger: "☰" = "☰"
Const heart
heart: "♥" = "♥"
Const hidden
hidden: (Anonymous function) = modifier([8, 28])
Const info
info: "ℹ" = "ℹ"
Const inverse
inverse: (Anonymous function) = modifier([7, 27])
Const isArgumentFlag
isArgumentFlag: (arg: string) => boolean = or(isNamedFlag, isAliasFlag)
Type declaration
-
-
Parameters
Returns boolean
Const italic
italic: (Anonymous function) = modifier([3, 23])
Const line
line: "─" = "─"
Const magenta
magenta: (Anonymous function) = modifier([35, 39])
Const mustache
mustache: "෴" = "෴"
Const oneEighth
oneEighth: "⅛" = "⅛"
Const oneFifth
oneFifth: "⅕" = "⅕"
Const oneHalf
oneHalf: "½" = "½"
Const oneNinth
oneNinth: "⅑" = "⅑"
Const oneQuarter
oneQuarter: "¼" = "¼"
Const oneSeventh
oneSeventh: "⅐" = "⅐"
Const oneSixth
oneSixth: "⅙" = "⅙"
Const oneTenth
oneTenth: "⅒" = "⅒"
Const oneThird
oneThird: "⅓" = "⅓"
Const play
play: "▶" = "▶"
Const pointer
pointer: "❯" = "❯"
Const pointerSmall
pointerSmall: "›" = "›"
Const questionMarkPrefix
questionMarkPrefix: "?⃝" = "?⃝"
Const radioOff
radioOff: "◯" = "◯"
Const radioOn
radioOn: "◉" = "◉"
Const red
red: (Anonymous function) = modifier([31, 39])
Const reset
reset: (Anonymous function) = modifier([0, 0])
Const sevenEighths
sevenEighths: "⅞" = "⅞"
Const smiley
smiley: "㋡" = "㋡"
Const square
square: "▇" = "▇"
Const squareSmall
squareSmall: "◻" = "◻"
Const squareSmallFilled
squareSmallFilled: "◼" = "◼"
Const star
star: "★" = "★"
Const strikethrough
strikethrough: (Anonymous function) = modifier([9, 29])
Const threeEighths
threeEighths: "⅜" = "⅜"
Const threeFifths
threeFifths: "⅗" = "⅗"
Const threeQuarters
threeQuarters: "¾" = "¾"
Const tick
tick: "✔" = "✔"
Const twoFifths
twoFifths: "⅖" = "⅖"
Const twoThirds
twoThirds: "⅔" = "⅔"
Const underline
underline: (Anonymous function) = modifier([4, 24])
Const warning
warning: "⚠" = "⚠"
Const white
white: (Anonymous function) = modifier([90, 39])
Const yellow
yellow: (Anonymous function) = modifier([33, 39])
@typed/node