UNPKG
@aidarkezio/main-func
Version:
latest (2.3.0)
2.3.0
2.2.1
2.2.0
2.1.0
2.0.8
2.0.6
2.0.4
2.0.3
2.0.2
2.0.1
1.7.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
📦 It has my funcs
github.com/AiDarkEzio/main-func
AiDarkEzio/main-func
@aidarkezio/main-func
/
lib
/
@types
/
images
/
sticker.d.ts
4 lines
•
268 B
TypeScript
View Raw
1
2
3
4
import
{
StickerLine
,
StickerTelegram
}
from
'./types'
;
export
declare
function
stickerTelegram
(
query
:
string
,
page
?:
number
):
Promise
<
StickerTelegram
[]>;
export
declare
function
stickerLine
(
query
:
string
):
Promise
<
StickerLine
[]>;
//# sourceMappingURL=sticker.d.ts.map