*Update dist
This commit is contained in:
parent
4e460a182d
commit
4f7a3bf728
|
@ -0,0 +1,13 @@
|
|||
/// <reference types="node" />
|
||||
import type b4a from "b4a";
|
||||
import type c from "compact-encoding";
|
||||
export declare class Util {
|
||||
private _crypto;
|
||||
get crypto(): Crypto;
|
||||
get bufferEncoding(): typeof b4a;
|
||||
get binaryEncoding(): typeof c;
|
||||
}
|
||||
export declare class Crypto {
|
||||
createHash(data: string): Buffer;
|
||||
}
|
||||
//# sourceMappingURL=util.d.ts.map
|
Loading…
Reference in New Issue