Skip to content

Commit

Permalink
chore: remove Buffer from PublicKeyInitData (#27888)
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Sep 18, 2022
1 parent 4816908 commit ddb5d7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/publickey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export const PUBLIC_KEY_LENGTH = 32;
export type PublicKeyInitData =
| number
| string
| Buffer
| Uint8Array
| Array<number>
| PublicKeyData;
Expand Down

0 comments on commit ddb5d7b

Please sign in to comment.