UNPKG

jsonld-signatures-merkleproof2019

Version:

A jsonld signature implementation to support MerkleProof2019 verification in Verifiable Credential context

8 lines (7 loc) 187 B
import cloneDeep from 'lodash.clonedeep'; export function deepCopy(obj) { return cloneDeep(obj); } export function isObject(candidate) { return candidate === Object(candidate); }