UNPKG

lakutata

Version:

An IoC-based universal application framework.

15 lines (10 loc) 369 B
/* Build Date: Mon Jan 05 2026 23:52:23 GMT+0800 (China Standard Time) */ "use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const e = require("util/types"); function t(t) { return e.isPromise(t) ? true : !!t && (typeof t === "object" || typeof t === "function") && typeof t.then === "function"; } exports.IsPromise = t;