Skip to content

Commit

Permalink
chore(Types): ignore error
Browse files Browse the repository at this point in the history
  • Loading branch information
lemoustachiste committed Aug 30, 2024
1 parent a3be41c commit ab3a198
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/keyUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import bs58 from 'bs58';
import secp256k1 from 'secp256k1';
import { Buffer as BufferPolyfill } from 'buffer';
import canonicalize from 'canonicalize';
// @ts-expect-error not a TS package
import * as multikey from '@digitalbazaar/ecdsa-multikey';

const buffer = typeof Buffer === 'undefined' ? BufferPolyfill : Buffer;
Expand Down

0 comments on commit ab3a198

Please sign in to comment.