1.0.3 • Published 3 years ago
astoulfo v1.0.3
astoulfo ☪️
To get started with this package install it using yarn, npm, pnpm
npm i astolfo@latest
yarn add astolfo@latest
pnpm add astolfo@latestNext, 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!