UNPKG
typo-chalker
Version:
latest (1.0.0)
1.0.0
Chalk helpers set for typo
github.com/emullken/typo-chalker
emullken/typo-chalker
typo-chalker
/
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])