UNPKG
typo-chalk
Version:
latest (1.0.0)
1.0.0
Chalk helpers set for typo
github.com/kaelzhang/typo-chalk
kaelzhang/typo-chalk
typo-chalk
/
index.js
4 lines
(2 loc)
•
103 B
JavaScript
View Raw
1
2
3
4
const
chalk =
require
(
'chalk'
)
Object
.
keys
(chalk.
styles
).
forEach
(
name
=>
exports
[name] = chalk[name])