UNPKG

317 BTypeScriptView Raw
1declare const _default: {
2 telegram: () => Promise<any>;
3 discord: () => Promise<any>;
4 clubhouse: () => Promise<any>;
5 slack: () => Promise<any>;
6 twitter: () => Promise<any>;
7 instagram: () => Promise<any>;
8 vk: () => Promise<any>;
9 whatsapp: () => Promise<any>;
10};
11export default _default;