UNPKG

ansi-fragments

Version:

A tiny library with builders to help making logs/CLI pretty with a nice DX.

4 lines 99 B
export default interface IFragment { build(): string; } //# sourceMappingURL=IFragment.d.ts.map