Move web_api.js and js/modules/crypto.js to TypeScript

This commit is contained in:
Scott Nonnenberg 2020-03-31 13:03:38 -07:00
parent 71436d18e2
commit 9ab54b9b83
29 changed files with 770 additions and 427 deletions

View file

@ -9,3 +9,5 @@ export function downloadStickerPack(
fromSync?: boolean;
}
): Promise<void>;
export function redactPackId(packId: string): string;