UNPKG

110 BJavaScriptView Raw
1import { isOnObject } from './helpers.js';
2export const isPromise = /*#__PURE__*/ isOnObject('catch', 'then');
\No newline at end of file