Skip to content

Commit 32ee8c1

Browse files
committed
style(readme): run prettier
1 parent 2c35724 commit 32ee8c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Takes a base64 string and returns length of byte array.
3434

3535
#### `toByteArray(b64: string, removeLinebreaks: boolean = false): Uint8Array`
3636

37-
Takes a base64 string and returns a byte array. Optional `removeLinebreaks` removes all `\n` characters.
37+
Takes a base64 string and returns a byte array. Optional `removeLinebreaks` removes all `\n` characters.
3838

3939
#### `fromByteArray(uint8: Uint8Array, urlSafe: boolean = false): string`
4040

@@ -54,7 +54,7 @@ Adds `btoa` and `atob` functions to `global`.
5454

5555
#### `trimBase64Padding = (str: string): string`
5656

57-
Trims the `=` padding character(s) off of the end of a base64 encoded string. Also, for base64url encoded strings, it will trim off the trailing `.` character(s).
57+
Trims the `=` padding character(s) off of the end of a base64 encoded string. Also, for base64url encoded strings, it will trim off the trailing `.` character(s).
5858

5959
## Contributing
6060

0 commit comments

Comments
 (0)