UNPKG
hitext
Version:
latest (1.0.0-beta.1)
1.0.0-beta.1
1.0.0-alpha.2
1.0.0-alpha.1
Text decoration done right
github.com/hitext/hitext
hitext/hitext
hitext
/
src
/
printer
/
index.js
8 lines
(6 loc)
•
179 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
{ forkPrinterSet } =
require
(
'./utils'
);
module
.
exports
= forkPrinterSet.
call
({}, {
noop
:
require
(
'./noop'
),
html
:
require
(
'./html'
),
tty
:
require
(
'./tty'
) });