Update hublib nodejs by a.kudelko at 2025-06-06T10:24:15

This commit is contained in:
a.kudelko
2025-06-06 10:24:17 +00:00
parent fb81a4d974
commit 12ac4ed429
5 changed files with 223 additions and 0 deletions

3
hublib.d.ts vendored Normal file
View File

@@ -0,0 +1,3 @@
/* tslint:disable */
/* eslint-disable */
export function get_secret_value(http_time: string, user_agent: string, url: string): string;