UNPKG

@polkadot/util

Version:
6 lines 258 B
import { isOnObject } from './helpers.js'; const checkCodec = /*#__PURE__*/ isOnObject('toHex', 'toU8a'); const checkRegistry = /*#__PURE__*/ isOnObject('get'); export function isCodec(value) { return checkCodec(value) && checkRegistry(value.registry); }