UNPKG

221 BJavaScriptView Raw
1import { isOnObject } from './helpers.js';
2/**
3 * @name isCompact
4 * @summary Tests for SCALE-Compact-like object instance.
5 */
6export const isCompact = /*#__PURE__*/ isOnObject('toBigInt', 'toBn', 'toNumber', 'unwrap');