mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-06-19 04:11:09 +00:00
6 lines
218 B
JavaScript
6 lines
218 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.isPromise = void 0;
|
|
const helpers_js_1 = require("./helpers.js");
|
|
exports.isPromise = (0, helpers_js_1.isOnObject)('catch', 'then');
|