UNPKG

258 BJavaScriptView Raw
1import { isOnObject } from './helpers.js';
2const checkCodec = /*#__PURE__*/ isOnObject('toHex', 'toU8a');
3const checkRegistry = /*#__PURE__*/ isOnObject('get');
4export function isCodec(value) {
5 return checkCodec(value) && checkRegistry(value.registry);
6}
\No newline at end of file