mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
Correct typo
This commit is contained in:
@@ -2,4 +2,4 @@ import * as base64js from "base64-js";
|
||||
|
||||
base64js.byteLength(""); // $ExpectType number
|
||||
base64js.toByteArray(""); // $ExpectType Uint8Array
|
||||
base64js.fromByteArray(new Uint8Array(0)); // $ExpectTpe string
|
||||
base64js.fromByteArray(new Uint8Array(0)); // $ExpectType string
|
||||
|
||||
Reference in New Issue
Block a user