UNPKG
@easyflow/pixel
Version:
latest (1.9.2)
1.9.2
1.9.0
1.8.21
1.8.20
1.8.19
1.8.18
1.8.17
1.8.16
1.8.15
1.8.14
1.8.13
1.8.12
1.8.11
1.8.10
1.8.9
1.8.8
1.8.7
1.8.6
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.2
1.7.1
1.7.0
1.6.3
1.6.2
1.5.0
1.4.1
1.4.0
1.3.11
1.3.10
1.3.9
1.3.8
1.3.7
1.3.4
1.3.3
1.3.1
1.3.0
1.2.10
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.2
1.2.1
1.2.0
1.1.0
1.0.4
1.0.1
1.0.0
Easyflow client-side pixel SDK
@easyflow/pixel
/
dist
/
utils
/
base64.d.ts
3 lines
(2 loc)
•
110 B
TypeScript
View Raw
1
2
3
export
declare
function
toBase64
(
data
:
any
):
string
;
export
declare
function
fromBase64
(
b64
:
string
):
string
;