UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

24 lines (23 loc) 279 B
class PassthroughTextStyler { bgWhite(msg) { return msg; } black(msg) { return msg; } dim(msg) { return msg; } green(msg) { return msg; } bold(msg) { return msg; } bgGreen(msg) { return msg; } } export { PassthroughTextStyler };