0.0.2 • Published 1 year ago

ts-printer v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

TS-Printer

CI

Welcome to TS Printer, a simple TypeScript library that allows you to print messages to the console log.

Installation

To install TS Printer, you can use npm:

npm install ts-printer

Usage

To use TS Printer, you will first need to import it into your project:

import { Print } from 'ts-printer';

Then, you can use the Print function to write a message to the console log:

Print('Hello, world!');

License

TS Printer is licensed under the MIT License. See LICENSE for more information.