UNPKG

luda

Version:

A library helps to build cross-framework UI components.

12 lines (6 loc) 174 B
import Type from '../../base/type.coffee' print = (msg, style) -> if Type.isString msg return console.log "%c#{msg}", style console.log msg export default print