*Update dist

This commit is contained in:
Derrick Hammer 2023-01-07 23:46:42 -05:00
parent 4e460a182d
commit 4f7a3bf728
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 13 additions and 0 deletions

13
dist/util.d.ts vendored Normal file
View File

@ -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