UNPKG

alapa

Version:

A cutting-edge web development framework designed to revolutionize the way developers build modern web applications.

10 lines (9 loc) 343 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ACTIVE = exports.DEBUG = exports.INFO = exports.WARNING = exports.ERROR = exports.SUCCESS = void 0; exports.SUCCESS = "success"; exports.ERROR = "error"; exports.WARNING = "warning"; exports.INFO = "info"; exports.DEBUG = "debug"; exports.ACTIVE = "active";