Skip to main content
Module

x/polkadot/util/is/promise.ts

Package publishing for deno.land/x/polkadot
Go to Latest
File

import { isOnObject } from './helpers.ts';
export const isPromise = /*#__PURE__*/ isOnObject<Promise<unknown>>('catch', 'then');