mirror of
https://github.com/fluencelabs/libp2p-ts
synced 2025-06-25 02:31:33 +00:00
Basic type updates
This commit is contained in:
2
blakejs/index.d.ts
vendored
2
blakejs/index.d.ts
vendored
@ -14,7 +14,7 @@ type BlakeJsContext = {
|
||||
outlen: number
|
||||
};
|
||||
|
||||
interface BlakeJs {
|
||||
type BlakeJs = {
|
||||
blake2b: (data: Buffer | Uint8Array | string, key?: Uint8Array | null, outlen?: number) => Uint8Array,
|
||||
blake2bFinal: (context: BlakeJsContext) => Uint8Array,
|
||||
blake2bHex: (data: Buffer | Uint8Array | string, key?: Uint8Array | null, outlen?: number) => string,
|
||||
|
Reference in New Issue
Block a user