UNPKG
@waboyz-baileys/shared
Version:
latest (0.4.59)
0.4.59
0.4.58
0.4.57
0.4.56
0.4.55
0.4.54
0.4.53
0.4.52
0.4.51
0.4.49
0.4.48
0.4.47
0.4.46
0.4.45
0.4.44
0.4.42
0.4.41
0.4.4
0.4.3
0.4.2
0.4.1
0.3.336
0.3.335
0.3.334
0.3.333
0.3.331
0.3.329
0.3.327
0.3.326
0.3.325
0.3.324
0.3.323
0.3.322
0.3.321
0.3.319
0.3.318
0.3.317
0.3.316
0.3.315
0.3.314
0.3.313
0.3.312
0.3.311
0.3.309
0.3.308
0.3.307
0.3.306
0.3.305
0.3.304
0.3.303
0.3.301
0.3.299
0.3.298
0.3.296
0.3.295
0.3.294
0.3.293
0.3.292
0.3.291
0.3.289
0.3.288
0.3.287
0.3.286
0.3.285
0.3.284
0.3.283
0.3.282
0.3.281
0.3.279
0.3.278
0.3.277
0.3.276
0.3.275
0.3.274
0.3.273
0.3.272
0.3.271
0.3.270
0.3.269
0.3.268
0.3.267
0.3.266
0.3.265
0.3.264
0.3.263
0.3.262
0.3.261
0.3.26
0.3.25
0.3.24
0.3.22
0.3.21
0.3.20
0.3.19
0.3.18
0.3.17
0.3.16
0.3.15
0.3.14
0.3.12
0.3.11
0.3.10
0.1.99
0.1.98
0.1.97
0.1.96
0.1.95
0.1.93
0.1.92
0.1.90
0.1.89
0.1.88
0.1.87
0.1.86
0.1.85
0.1.84
0.1.83
0.1.82
0.1.81
0.1.80
0.1.79
0.1.78
0.1.77
0.1.76
0.1.75
0.1.74
0.1.73
0.1.72
0.1.71
0.1.69
0.1.68
0.1.67
0.1.66
0.1.65
0.1.64
0.1.63
0.1.62
0.1.6
0.1.5
@waboyz-baileys/shared
/
dist
/
utils
/
binary.d.ts
6 lines
(5 loc)
•
199 B
TypeScript
View Raw
1
2
3
4
5
6
/** * Recursively converts only Buffer or Binary instances to base64. * Leaves other objects (like protobuf Longs) untouched. */
export
declare function
convertOnlyBuffersToBase64
(obj: any)
: any;