UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

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