mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-05-01 18:17:57 +00:00
3 lines
111 B
JavaScript
3 lines
111 B
JavaScript
import { isOnObject } from './helpers.js';
|
|
export const isPromise = /*#__PURE__*/ isOnObject('catch', 'then');
|