remove trailing newline

This commit is contained in:
Nuckyz 2024-11-03 15:31:47 -03:00
parent a514122489
commit e038c10042
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -8,7 +8,6 @@
* @license MIT
*/
import { hash as h64 } from "@intrnl/xxhash64";
const BASE64_TABLE = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");