UNPKG

masto

Version:

Mastodon API client for JavaScript, TypeScript, Node.js, browsers

4 lines (3 loc) 194 B
import { type LogType } from "../../interfaces/index.js"; import { LoggerConsoleImpl } from "./logger-console-impl.js"; export declare const createLogger: (type?: LogType) => LoggerConsoleImpl;