mirror of
https://github.com/fluencelabs/js-libp2p-crypto
synced 2025-06-29 10:31:51 +00:00
chore(types): fix typing
This commit is contained in:
@ -6,7 +6,7 @@ const expect = chai.expect
|
||||
|
||||
// @ts-check
|
||||
/**
|
||||
* @type {function(any, string): void}
|
||||
* @type {function(any, string): Promise<void>}
|
||||
*/
|
||||
const expectErrCode = async (p, code) => {
|
||||
try {
|
||||
|
Reference in New Issue
Block a user