UNPKG

@polkadot/util

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