Added tests and fixed some small bugs

This commit is contained in:
Mawoka
2022-12-03 14:58:23 +01:00
parent 444bfb1767
commit b01b138998
7 changed files with 87 additions and 9 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ const gen_salt = (l: number): string => {
export const mint = async (
resource: string,
bits = 16,
bits = 8,
// now = null,
ext = '',
saltchars = 8,