@esmbly/printer
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

@esmbly/printer

Shared printing utilities for Esmbly.

Used by @esmbly/core, @esmbly/cli and the transformers.

Usage

import { printer } from '@esmbly/printer';

// Print some info
printer.print('some info..');

// Print an error
printer.error('an error..');

// Print warnings
printer.printWarnings([Warning]);

// Silence the printer
printer.setErrorStream(null);
printer.setOutStream(null);

Contributing

All types of contributions are very much welcome. Check out our Contributing Guide for instructions on how to get started.

Readme

Keywords

none

Package Sidebar

Install

npm i @esmbly/printer

Weekly Downloads

8

Version

0.0.6

License

MIT

Unpacked Size

13.4 kB

Total Files

12

Last publish

Collaborators

  • ollelauribostrom