UNPKG

lakutata

Version:

An IoC-based universal application framework.

13 lines (10 loc) 269 B
/* Build Date: Mon Jan 05 2026 23:52:23 GMT+0800 (China Standard Time) */ class Warning extends Error { get name() { return this.constructor.name; } } function n(n) { return process.emit("warning", new Warning(n)); } export { n as ThrowWarning };