UNPKG
shrink-string-typescript
Version:
latest (3.0.12)
3.0.12
Tiny string compression module for Node.
github.com/MrlolDev/shrink-string
MrlolDev/shrink-string
shrink-string-typescript
/
lib
/
index.d.ts
6 lines
(5 loc)
•
144 B
TypeScript
View Raw
1
2
3
4
5
6
declare
const
_default
: {
compress
:
(
s
?:
string
) =>
Promise
<
string
>;
decompress
:
(
s
?:
string
) =>
Promise
<
string
>; };
export
= _default;