mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
add fromUint8Array and toUint8Array (#45605)
This commit is contained in:
parent
ccd94f1448
commit
916bbaaf3e
4
types/js-base64/index.d.ts
vendored
4
types/js-base64/index.d.ts
vendored
@ -27,6 +27,10 @@ export namespace Base64 {
|
||||
function noConflict(): typeof Base64;
|
||||
|
||||
function extendString(): void;
|
||||
|
||||
function fromUint8Array(uint8Array: Uint8Array): string;
|
||||
|
||||
function toUint8Array(s: string): Uint8Array;
|
||||
}
|
||||
|
||||
// Helper to allow referencing Base64 from inside the global declaration without creating a self reference
|
||||
|
||||
Loading…
Reference in New Issue
Block a user