Skip to content

Commit

Permalink
yarn lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Mar 6, 2024
1 parent 7ad755e commit 77de511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/vectors.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { ed25519 } from '../src/curves';
import { createBip39KeyFromSeed } from '../src/derivers/bip39';
import derivationVectors from './vectors/derivation.json';

type Vector = typeof derivationVectors.bip32.hardened[0];
type Vector = (typeof derivationVectors.bip32.hardened)[0];

type Options = {
publicDerivation?: boolean;
Expand Down

0 comments on commit 77de511

Please sign in to comment.