Skip to content

pekerleke/ts-printer

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published