UNPKG
@ubiquity-os/plugin-sdk
Version:
latest (3.12.8)
3.12.8
3.12.5
3.12.4
3.12.2
3.12.1
3.12.0
3.11.2
3.11.1
3.11.0
3.10.0
3.9.0
3.8.4
3.8.1
3.8.0
3.7.0
3.6.3
3.6.2
3.6.0
3.5.5
3.5.4
3.5.3
3.5.2
3.5.1
3.5.0
3.4.6
3.4.5
3.4.4
3.4.3
3.4.2
3.4.0
3.3.4
3.3.0
3.2.2
3.2.1
3.2.0
3.1.11
3.1.10
3.1.9
3.1.8
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.0
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.1.1
1.1.0
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
SDK for plugin support.
@ubiquity-os/plugin-sdk
/
dist
/
compression.d.ts
5 lines
(3 loc)
•
163 B
TypeScript
View Raw
1
2
3
4
5
declare
function
compressString
(
str
:
string
):
string
;
declare
function
decompressString
(
compressed
:
string
):
string
;
export
{ compressString, decompressString };