UNPKG

logpack

Version:

A lightweight and zero dependency logging package for React and Next.js.

7 lines (6 loc) 170 B
export var LogLevel; (function (LogLevel) { LogLevel["LOG"] = "log"; LogLevel["WARN"] = "warn"; LogLevel["ERROR"] = "error"; })(LogLevel || (LogLevel = {}));