UNPKG

111 BJavaScriptView Raw
1import { isOnObject } from './helpers.js';
2export const isPromise = /*#__PURE__*/ isOnObject('catch', 'then');