UNPKG

@frakters/nft-lending-v2

Version:

Client library for interacting with nft lenging solana program

15 lines (14 loc) 359 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const style = ` background: #00BCD4; border-radius: 0.5em; color: white; font-weight: bold; padding: 2px 0.5em; `; function logger(...args) { // eslint-disable-next-line console.info(`%c${new Date().toLocaleString()}`, style, ...args); } exports.default = logger;