UNPKG

lakutata

Version:

An IoC-based universal application framework.

9 lines (6 loc) 282 B
/* Build Date: Mon Jan 05 2026 23:52:23 GMT+0800 (China Standard Time) */ import { isPromise as t } from "util/types"; function o(o) { return t(o) ? true : !!o && (typeof o === "object" || typeof o === "function") && typeof o.then === "function"; } export { o as IsPromise };