UNPKG
@elinzy/e-core
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.0
e core implementation module
github.com/Appleec/e
Appleec/e
@elinzy/e-core
/
dist
/
color.cjs
13 lines
(8 loc)
•
258 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
'use strict'
;
var
c =
require
(
'ansis'
);
Object
.
keys
(c).
forEach
(
function
(
k
) {
if
(k !==
'default'
&& !
Object
.
prototype
.
hasOwnProperty
.
call
(
exports
, k))
Object
.
defineProperty
(
exports
, k, {
enumerable
:
true
,
get
:
function
(
) {
return
c[k]; } }); });