UNPKG

cli-legend

Version:

"A fun command-line rogurelike dungeon game"

5 lines 202 B
import { isFunction } from "./isFunction"; export function isPromise(value) { return isFunction(value === null || value === void 0 ? void 0 : value.then); } //# sourceMappingURL=isPromise.js.map