UNPKG

masto

Version:

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

8 lines (7 loc) 228 B
import { type LogType } from "../../interfaces/index.js"; export declare class LogLevel { private readonly level; private constructor(); satisfies(type: LogType): boolean; static from(type: LogType): LogLevel; }