Correct typo

This commit is contained in:
Andrew Casey
2017-08-07 16:28:36 -07:00
parent 1514d1b834
commit 459d83be11

View File

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