Added new range-answer type

This commit is contained in:
Mawoka
2022-07-09 23:02:59 +02:00
parent 10a2adb57e
commit 54e13077f7
24 changed files with 566 additions and 206 deletions
+2 -1
View File
@@ -18,12 +18,13 @@ const gen_salt = (l: number): string => {
export const mint = async (
resource: string,
bits = 19,
bits = 16,
// now = null,
ext = '',
saltchars = 8,
stamp_seconds = false
): Promise<string> => {
bits = 8;
const ver = '1';
let ts;
if (stamp_seconds) {