1.0.3 • Published 2 years ago

astoulfo v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

astoulfo ☪️

To get started with this package install it using yarn, npm, pnpm

npm i astolfo@latest
yarn add astolfo@latest
pnpm add astolfo@latest

Next, import/require the package

const logger = require("astolfo");
import * as logger from "astolfo";

All available methods

logger.info("hello world");
logger.warn("hello world");
logger.success("hello world");
logger.error("hello world");
logger.event("hello world");

Returns:

⭐ Enjoy this package? Star it!

1.0.3

2 years ago

1.0.1

2 years ago