@utilix-tech/sdk 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (106) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +199 -0
  3. package/dist/api-8aZtWhSj.d.cts +308 -0
  4. package/dist/api-8aZtWhSj.d.ts +308 -0
  5. package/dist/chunk-2CJSLYWI.js +520 -0
  6. package/dist/chunk-3BAHSW4C.js +1385 -0
  7. package/dist/chunk-6YPV2AB5.js +1246 -0
  8. package/dist/chunk-BPVAB4P2.js +1126 -0
  9. package/dist/chunk-FL53T24A.js +257 -0
  10. package/dist/chunk-L6KCTHUW.js +1086 -0
  11. package/dist/chunk-MLKGABMK.js +7 -0
  12. package/dist/chunk-ROTPLW7T.js +265 -0
  13. package/dist/chunk-TSAGO3XP.js +1253 -0
  14. package/dist/chunk-UC656APA.js +1080 -0
  15. package/dist/chunk-W4UBLYFU.js +1219 -0
  16. package/dist/chunk-XST6X3HT.js +896 -0
  17. package/dist/chunk-XXYZLLHI.js +2227 -0
  18. package/dist/chunk-ZKL2VX2G.js +2215 -0
  19. package/dist/chunk-ZPQZEIXP.js +685 -0
  20. package/dist/code-QNrdLIR3.d.cts +327 -0
  21. package/dist/code-QNrdLIR3.d.ts +327 -0
  22. package/dist/color-tPwZCr9H.d.cts +229 -0
  23. package/dist/color-tPwZCr9H.d.ts +229 -0
  24. package/dist/css-Cf7AMGM-.d.cts +318 -0
  25. package/dist/css-Cf7AMGM-.d.ts +318 -0
  26. package/dist/data-rMjWNiOJ.d.cts +215 -0
  27. package/dist/data-rMjWNiOJ.d.ts +215 -0
  28. package/dist/encoding-7gmq-vkV.d.cts +108 -0
  29. package/dist/encoding-7gmq-vkV.d.ts +108 -0
  30. package/dist/generators-BGtRGpJZ.d.cts +118 -0
  31. package/dist/generators-BGtRGpJZ.d.ts +118 -0
  32. package/dist/hashing-CnetQFD_.d.cts +76 -0
  33. package/dist/hashing-CnetQFD_.d.ts +76 -0
  34. package/dist/index.cjs +15466 -0
  35. package/dist/index.d.cts +18 -0
  36. package/dist/index.d.ts +18 -0
  37. package/dist/index.js +20 -0
  38. package/dist/json-BjSoIS1h.d.cts +198 -0
  39. package/dist/json-BjSoIS1h.d.ts +198 -0
  40. package/dist/misc-DcVBManm.d.cts +201 -0
  41. package/dist/misc-DcVBManm.d.ts +201 -0
  42. package/dist/network-CNtmrDeN.d.cts +170 -0
  43. package/dist/network-CNtmrDeN.d.ts +170 -0
  44. package/dist/text-DqAjPtQ0.d.cts +319 -0
  45. package/dist/text-DqAjPtQ0.d.ts +319 -0
  46. package/dist/time-DbT8fjaF.d.cts +145 -0
  47. package/dist/time-DbT8fjaF.d.ts +145 -0
  48. package/dist/tools/api.cjs +1216 -0
  49. package/dist/tools/api.d.cts +1 -0
  50. package/dist/tools/api.d.ts +1 -0
  51. package/dist/tools/api.js +2 -0
  52. package/dist/tools/code.cjs +2212 -0
  53. package/dist/tools/code.d.cts +1 -0
  54. package/dist/tools/code.d.ts +1 -0
  55. package/dist/tools/code.js +2 -0
  56. package/dist/tools/color.cjs +1122 -0
  57. package/dist/tools/color.d.cts +1 -0
  58. package/dist/tools/color.d.ts +1 -0
  59. package/dist/tools/color.js +2 -0
  60. package/dist/tools/css.cjs +1242 -0
  61. package/dist/tools/css.d.cts +1 -0
  62. package/dist/tools/css.d.ts +1 -0
  63. package/dist/tools/css.js +2 -0
  64. package/dist/tools/data.cjs +1097 -0
  65. package/dist/tools/data.d.cts +1 -0
  66. package/dist/tools/data.d.ts +1 -0
  67. package/dist/tools/data.js +2 -0
  68. package/dist/tools/encoding.cjs +261 -0
  69. package/dist/tools/encoding.d.cts +1 -0
  70. package/dist/tools/encoding.d.ts +1 -0
  71. package/dist/tools/encoding.js +2 -0
  72. package/dist/tools/generators.cjs +521 -0
  73. package/dist/tools/generators.d.cts +1 -0
  74. package/dist/tools/generators.d.ts +1 -0
  75. package/dist/tools/generators.js +2 -0
  76. package/dist/tools/hashing.cjs +259 -0
  77. package/dist/tools/hashing.d.cts +1 -0
  78. package/dist/tools/hashing.d.ts +1 -0
  79. package/dist/tools/hashing.js +2 -0
  80. package/dist/tools/json.cjs +1270 -0
  81. package/dist/tools/json.d.cts +1 -0
  82. package/dist/tools/json.d.ts +1 -0
  83. package/dist/tools/json.js +2 -0
  84. package/dist/tools/misc.cjs +1082 -0
  85. package/dist/tools/misc.d.cts +1 -0
  86. package/dist/tools/misc.d.ts +1 -0
  87. package/dist/tools/misc.js +2 -0
  88. package/dist/tools/network.cjs +1381 -0
  89. package/dist/tools/network.d.cts +1 -0
  90. package/dist/tools/network.d.ts +1 -0
  91. package/dist/tools/network.js +2 -0
  92. package/dist/tools/text.cjs +2224 -0
  93. package/dist/tools/text.d.cts +1 -0
  94. package/dist/tools/text.d.ts +1 -0
  95. package/dist/tools/text.js +2 -0
  96. package/dist/tools/time.cjs +681 -0
  97. package/dist/tools/time.d.cts +1 -0
  98. package/dist/tools/time.d.ts +1 -0
  99. package/dist/tools/time.js +2 -0
  100. package/dist/tools/units.cjs +892 -0
  101. package/dist/tools/units.d.cts +1 -0
  102. package/dist/tools/units.d.ts +1 -0
  103. package/dist/tools/units.js +2 -0
  104. package/dist/units-6lwDYBvX.d.cts +302 -0
  105. package/dist/units-6lwDYBvX.d.ts +302 -0
  106. package/package.json +148 -0
@@ -0,0 +1,308 @@
1
+ /**
2
+ * @module api
3
+ * Tools covered:
4
+ * - curl-builder : buildCurl, buildCurlMultiline, parseCurl
5
+ * - curl-to-code : parseCurlCommand, convertToCode
6
+ * - jwt-decoder : decodeJwt, formatJwtJson
7
+ * - jwt-signer : base64urlEncode, base64urlDecode, signJwt
8
+ * - cors-builder : validateCorsConfig, generateCors
9
+ * - csp-builder : generateCspHeader, generateFullHeader, parseCspHeader, validateCspConfig
10
+ * - api-response : detectFormat, formatResponse, getStats, extractJsonPaths
11
+ * - url-parser : parseUrl, buildUrl, addParam, removeParam, getParam,
12
+ * encodeUrlComponent, decodeUrlComponent, isValidUrl, normalizeUrl
13
+ * - og-meta : parseMetaTags, validateOgTags, generateMetaHtml
14
+ *
15
+ * Node 18+ only. All crypto uses node:crypto; no browser-only APIs.
16
+ */
17
+ type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'HEAD' | 'OPTIONS';
18
+ interface Header {
19
+ key: string;
20
+ value: string;
21
+ }
22
+ interface CurlConfig {
23
+ method: HttpMethod;
24
+ url: string;
25
+ headers: Header[];
26
+ body?: string;
27
+ followRedirects?: boolean;
28
+ verbose?: boolean;
29
+ silent?: boolean;
30
+ timeout?: number;
31
+ }
32
+ declare function buildCurl(config: CurlConfig): string;
33
+ declare function buildCurlMultiline(config: CurlConfig): string;
34
+ declare function parseCurl(command: string): CurlConfig | {
35
+ error: string;
36
+ };
37
+ declare const HTTP_METHODS: HttpMethod[];
38
+ declare const COMMON_HEADERS: Array<{
39
+ label: string;
40
+ key: string;
41
+ value: string;
42
+ }>;
43
+ type TargetLanguage = 'fetch' | 'axios' | 'python-requests' | 'go-http' | 'php-curl' | 'ruby-net-http';
44
+ interface CurlCommand {
45
+ method: string;
46
+ url: string;
47
+ headers: Record<string, string>;
48
+ body?: string;
49
+ followRedirects?: boolean;
50
+ }
51
+ declare const SUPPORTED_LANGUAGES: Array<{
52
+ value: TargetLanguage;
53
+ label: string;
54
+ }>;
55
+ declare function parseCurlCommand(curl: string): CurlCommand | {
56
+ error: string;
57
+ };
58
+ declare function convertToCode(cmd: CurlCommand, target: TargetLanguage): string;
59
+ type JwtExpiry = 'valid' | 'expired' | 'no-exp';
60
+ interface JwtPart {
61
+ raw: string;
62
+ decoded: Record<string, unknown>;
63
+ }
64
+ interface JwtDecodeResult {
65
+ ok: true;
66
+ header: JwtPart;
67
+ payload: JwtPart;
68
+ signature: string;
69
+ algorithm: string;
70
+ expiry: JwtExpiry;
71
+ expiresAt: Date | null;
72
+ issuedAt: Date | null;
73
+ }
74
+ interface JwtDecodeError {
75
+ ok: false;
76
+ error: string;
77
+ }
78
+ type JwtResult = JwtDecodeResult | JwtDecodeError;
79
+ declare function decodeJwt(token: string): JwtResult;
80
+ declare function formatJwtJson(obj: Record<string, unknown>): string;
81
+ type JwtAlgorithm = 'HS256' | 'HS384' | 'HS512';
82
+ interface JwtSignOptions {
83
+ algorithm?: JwtAlgorithm;
84
+ secret: string;
85
+ payload: Record<string, unknown>;
86
+ expiresInSeconds?: number;
87
+ }
88
+ /**
89
+ * Encodes a UTF-8 string to base64url format.
90
+ * Node version: uses Buffer instead of btoa/TextEncoder.
91
+ */
92
+ declare function base64urlEncode(str: string): string;
93
+ /**
94
+ * Decodes a base64url string back to a UTF-8 string.
95
+ * Node version: uses Buffer instead of atob/TextDecoder.
96
+ */
97
+ declare function base64urlDecode(str: string): string;
98
+ /**
99
+ * Signs a JWT using HMAC-SHA (HS256/HS384/HS512) via node:crypto.
100
+ * Sync implementation — no SubtleCrypto needed.
101
+ *
102
+ * For `iat`: if not provided in payload, defaults to 0 for determinism.
103
+ */
104
+ declare function signJwt(options: JwtSignOptions): Promise<string>;
105
+ interface CorsConfig {
106
+ allowedOrigins: string[];
107
+ allowedMethods: HttpMethod[];
108
+ allowedHeaders: string[];
109
+ exposedHeaders: string[];
110
+ allowCredentials: boolean;
111
+ maxAge: number;
112
+ }
113
+ interface CorsOutput {
114
+ headers: Record<string, string>;
115
+ nginxConfig: string;
116
+ expressCode: string;
117
+ apacheConfig: string;
118
+ }
119
+ declare const CORS_COMMON_HEADERS: string[];
120
+ declare const DEFAULT_CORS_CONFIG: CorsConfig;
121
+ declare function validateCorsConfig(config: CorsConfig): {
122
+ valid: boolean;
123
+ warnings: string[];
124
+ };
125
+ declare function generateCors(config: CorsConfig): CorsOutput;
126
+ type CspDirective = 'default-src' | 'script-src' | 'style-src' | 'img-src' | 'font-src' | 'connect-src' | 'media-src' | 'object-src' | 'frame-src' | 'worker-src' | 'manifest-src' | 'prefetch-src' | 'form-action' | 'frame-ancestors' | 'base-uri' | 'upgrade-insecure-requests' | 'block-all-mixed-content' | 'report-uri' | 'report-to';
127
+ type CspSource = "'none'" | "'self'" | "'unsafe-inline'" | "'unsafe-eval'" | "'strict-dynamic'" | "'unsafe-hashes'" | 'https:' | 'data:' | 'blob:';
128
+ interface DirectiveConfig {
129
+ directive: CspDirective;
130
+ sources: string[];
131
+ }
132
+ interface CspConfig {
133
+ directives: DirectiveConfig[];
134
+ reportUri?: string;
135
+ reportOnly?: boolean;
136
+ }
137
+ declare function generateCspHeader(config: CspConfig): string;
138
+ declare function generateFullHeader(config: CspConfig): {
139
+ name: string;
140
+ value: string;
141
+ };
142
+ declare function parseCspHeader(headerValue: string): CspConfig | {
143
+ error: string;
144
+ };
145
+ declare function validateCspConfig(config: CspConfig): {
146
+ warnings: string[];
147
+ };
148
+ declare const DIRECTIVE_DESCRIPTIONS: Record<CspDirective, string>;
149
+ declare const COMMON_PRESETS: Array<{
150
+ name: string;
151
+ config: CspConfig;
152
+ description: string;
153
+ }>;
154
+ type ResponseFormat = 'json' | 'xml' | 'html' | 'csv' | 'text' | 'unknown';
155
+ interface FormatResult {
156
+ format: ResponseFormat;
157
+ formatted: string;
158
+ minified?: string;
159
+ size: number;
160
+ lines: number;
161
+ valid: boolean;
162
+ error?: string;
163
+ }
164
+ declare function detectFormat(content: string): ResponseFormat;
165
+ declare function formatResponse(content: string, hint?: ResponseFormat): FormatResult;
166
+ declare function getStats(content: string): {
167
+ size: number;
168
+ lines: number;
169
+ format: ResponseFormat;
170
+ jsonKeys?: number;
171
+ xmlElements?: number;
172
+ };
173
+ declare function extractJsonPaths(content: string): string[];
174
+ interface ParsedUrl {
175
+ protocol: string;
176
+ username?: string;
177
+ password?: string;
178
+ hostname: string;
179
+ port?: string;
180
+ pathname: string;
181
+ search: string;
182
+ hash: string;
183
+ params: Array<{
184
+ key: string;
185
+ value: string;
186
+ }>;
187
+ isValid: boolean;
188
+ isAbsolute: boolean;
189
+ }
190
+ declare function parseUrl(url: string): ParsedUrl;
191
+ declare function buildUrl(parsed: Partial<ParsedUrl> & {
192
+ hostname: string;
193
+ }): string;
194
+ declare function addParam(url: string, key: string, value: string): string;
195
+ declare function removeParam(url: string, key: string): string;
196
+ declare function getParam(url: string, key: string): string | null;
197
+ declare function encodeUrlComponent(value: string): string;
198
+ declare function decodeUrlComponent(value: string): string;
199
+ declare function isValidUrl(url: string): boolean;
200
+ declare function normalizeUrl(url: string): string;
201
+ interface OgTags {
202
+ title?: string;
203
+ description?: string;
204
+ image?: string;
205
+ imageAlt?: string;
206
+ imageWidth?: string;
207
+ imageHeight?: string;
208
+ url?: string;
209
+ type?: string;
210
+ siteName?: string;
211
+ locale?: string;
212
+ }
213
+ interface TwitterTags {
214
+ card?: string;
215
+ site?: string;
216
+ creator?: string;
217
+ title?: string;
218
+ description?: string;
219
+ image?: string;
220
+ }
221
+ interface MetaTags {
222
+ og: OgTags;
223
+ twitter: TwitterTags;
224
+ standard: {
225
+ title?: string;
226
+ description?: string;
227
+ keywords?: string;
228
+ canonical?: string;
229
+ robots?: string;
230
+ viewport?: string;
231
+ charset?: string;
232
+ };
233
+ }
234
+ declare function parseMetaTags(html: string): MetaTags;
235
+ declare function validateOgTags(tags: OgTags): {
236
+ warnings: string[];
237
+ missing: string[];
238
+ };
239
+ declare function generateMetaHtml(tags: Partial<OgTags & TwitterTags>): string;
240
+
241
+ declare const api_COMMON_HEADERS: typeof COMMON_HEADERS;
242
+ declare const api_COMMON_PRESETS: typeof COMMON_PRESETS;
243
+ declare const api_CORS_COMMON_HEADERS: typeof CORS_COMMON_HEADERS;
244
+ type api_CorsConfig = CorsConfig;
245
+ type api_CorsOutput = CorsOutput;
246
+ type api_CspConfig = CspConfig;
247
+ type api_CspDirective = CspDirective;
248
+ type api_CspSource = CspSource;
249
+ type api_CurlCommand = CurlCommand;
250
+ type api_CurlConfig = CurlConfig;
251
+ declare const api_DEFAULT_CORS_CONFIG: typeof DEFAULT_CORS_CONFIG;
252
+ declare const api_DIRECTIVE_DESCRIPTIONS: typeof DIRECTIVE_DESCRIPTIONS;
253
+ type api_DirectiveConfig = DirectiveConfig;
254
+ type api_FormatResult = FormatResult;
255
+ declare const api_HTTP_METHODS: typeof HTTP_METHODS;
256
+ type api_Header = Header;
257
+ type api_HttpMethod = HttpMethod;
258
+ type api_JwtAlgorithm = JwtAlgorithm;
259
+ type api_JwtDecodeError = JwtDecodeError;
260
+ type api_JwtDecodeResult = JwtDecodeResult;
261
+ type api_JwtExpiry = JwtExpiry;
262
+ type api_JwtPart = JwtPart;
263
+ type api_JwtResult = JwtResult;
264
+ type api_JwtSignOptions = JwtSignOptions;
265
+ type api_MetaTags = MetaTags;
266
+ type api_OgTags = OgTags;
267
+ type api_ParsedUrl = ParsedUrl;
268
+ type api_ResponseFormat = ResponseFormat;
269
+ declare const api_SUPPORTED_LANGUAGES: typeof SUPPORTED_LANGUAGES;
270
+ type api_TargetLanguage = TargetLanguage;
271
+ type api_TwitterTags = TwitterTags;
272
+ declare const api_addParam: typeof addParam;
273
+ declare const api_base64urlDecode: typeof base64urlDecode;
274
+ declare const api_base64urlEncode: typeof base64urlEncode;
275
+ declare const api_buildCurl: typeof buildCurl;
276
+ declare const api_buildCurlMultiline: typeof buildCurlMultiline;
277
+ declare const api_buildUrl: typeof buildUrl;
278
+ declare const api_convertToCode: typeof convertToCode;
279
+ declare const api_decodeJwt: typeof decodeJwt;
280
+ declare const api_decodeUrlComponent: typeof decodeUrlComponent;
281
+ declare const api_detectFormat: typeof detectFormat;
282
+ declare const api_encodeUrlComponent: typeof encodeUrlComponent;
283
+ declare const api_extractJsonPaths: typeof extractJsonPaths;
284
+ declare const api_formatJwtJson: typeof formatJwtJson;
285
+ declare const api_formatResponse: typeof formatResponse;
286
+ declare const api_generateCors: typeof generateCors;
287
+ declare const api_generateCspHeader: typeof generateCspHeader;
288
+ declare const api_generateFullHeader: typeof generateFullHeader;
289
+ declare const api_generateMetaHtml: typeof generateMetaHtml;
290
+ declare const api_getParam: typeof getParam;
291
+ declare const api_getStats: typeof getStats;
292
+ declare const api_isValidUrl: typeof isValidUrl;
293
+ declare const api_normalizeUrl: typeof normalizeUrl;
294
+ declare const api_parseCspHeader: typeof parseCspHeader;
295
+ declare const api_parseCurl: typeof parseCurl;
296
+ declare const api_parseCurlCommand: typeof parseCurlCommand;
297
+ declare const api_parseMetaTags: typeof parseMetaTags;
298
+ declare const api_parseUrl: typeof parseUrl;
299
+ declare const api_removeParam: typeof removeParam;
300
+ declare const api_signJwt: typeof signJwt;
301
+ declare const api_validateCorsConfig: typeof validateCorsConfig;
302
+ declare const api_validateCspConfig: typeof validateCspConfig;
303
+ declare const api_validateOgTags: typeof validateOgTags;
304
+ declare namespace api {
305
+ export { api_COMMON_HEADERS as COMMON_HEADERS, api_COMMON_PRESETS as COMMON_PRESETS, api_CORS_COMMON_HEADERS as CORS_COMMON_HEADERS, type api_CorsConfig as CorsConfig, type api_CorsOutput as CorsOutput, type api_CspConfig as CspConfig, type api_CspDirective as CspDirective, type api_CspSource as CspSource, type api_CurlCommand as CurlCommand, type api_CurlConfig as CurlConfig, api_DEFAULT_CORS_CONFIG as DEFAULT_CORS_CONFIG, api_DIRECTIVE_DESCRIPTIONS as DIRECTIVE_DESCRIPTIONS, type api_DirectiveConfig as DirectiveConfig, type api_FormatResult as FormatResult, api_HTTP_METHODS as HTTP_METHODS, type api_Header as Header, type api_HttpMethod as HttpMethod, type api_JwtAlgorithm as JwtAlgorithm, type api_JwtDecodeError as JwtDecodeError, type api_JwtDecodeResult as JwtDecodeResult, type api_JwtExpiry as JwtExpiry, type api_JwtPart as JwtPart, type api_JwtResult as JwtResult, type api_JwtSignOptions as JwtSignOptions, type api_MetaTags as MetaTags, type api_OgTags as OgTags, type api_ParsedUrl as ParsedUrl, type api_ResponseFormat as ResponseFormat, api_SUPPORTED_LANGUAGES as SUPPORTED_LANGUAGES, type api_TargetLanguage as TargetLanguage, type api_TwitterTags as TwitterTags, api_addParam as addParam, api_base64urlDecode as base64urlDecode, api_base64urlEncode as base64urlEncode, api_buildCurl as buildCurl, api_buildCurlMultiline as buildCurlMultiline, api_buildUrl as buildUrl, api_convertToCode as convertToCode, api_decodeJwt as decodeJwt, api_decodeUrlComponent as decodeUrlComponent, api_detectFormat as detectFormat, api_encodeUrlComponent as encodeUrlComponent, api_extractJsonPaths as extractJsonPaths, api_formatJwtJson as formatJwtJson, api_formatResponse as formatResponse, api_generateCors as generateCors, api_generateCspHeader as generateCspHeader, api_generateFullHeader as generateFullHeader, api_generateMetaHtml as generateMetaHtml, api_getParam as getParam, api_getStats as getStats, api_isValidUrl as isValidUrl, api_normalizeUrl as normalizeUrl, api_parseCspHeader as parseCspHeader, api_parseCurl as parseCurl, api_parseCurlCommand as parseCurlCommand, api_parseMetaTags as parseMetaTags, api_parseUrl as parseUrl, api_removeParam as removeParam, api_signJwt as signJwt, api_validateCorsConfig as validateCorsConfig, api_validateCspConfig as validateCspConfig, api_validateOgTags as validateOgTags };
306
+ }
307
+
308
+ export { normalizeUrl as $, buildUrl as A, convertToCode as B, COMMON_HEADERS as C, DEFAULT_CORS_CONFIG as D, decodeJwt as E, type FormatResult as F, decodeUrlComponent as G, HTTP_METHODS as H, detectFormat as I, type JwtAlgorithm as J, encodeUrlComponent as K, extractJsonPaths as L, type MetaTags as M, formatJwtJson as N, type OgTags as O, type ParsedUrl as P, formatResponse as Q, type ResponseFormat as R, SUPPORTED_LANGUAGES as S, type TargetLanguage as T, generateCors as U, generateCspHeader as V, generateFullHeader as W, generateMetaHtml as X, getParam as Y, getStats as Z, isValidUrl as _, api as a, parseCspHeader as a0, parseCurl as a1, parseCurlCommand as a2, parseMetaTags as a3, parseUrl as a4, removeParam as a5, signJwt as a6, validateCorsConfig as a7, validateCspConfig as a8, validateOgTags as a9, COMMON_PRESETS as b, CORS_COMMON_HEADERS as c, type CorsConfig as d, type CorsOutput as e, type CspConfig as f, type CspDirective as g, type CspSource as h, type CurlCommand as i, type CurlConfig as j, DIRECTIVE_DESCRIPTIONS as k, type DirectiveConfig as l, type Header as m, type HttpMethod as n, type JwtDecodeError as o, type JwtDecodeResult as p, type JwtExpiry as q, type JwtPart as r, type JwtResult as s, type JwtSignOptions as t, type TwitterTags as u, addParam as v, base64urlDecode as w, base64urlEncode as x, buildCurl as y, buildCurlMultiline as z };