developertrinidad08 7e6cf29479 first commit
2023-01-16 18:11:14 -03:00

3 lines
155 B
JavaScript

require('./tinycolor');
console.log('this should be red and have an underline!'.grey.underline);
console.log('this should have a blue background!'.bgBlue);