UNPKG

@tgsnake/fileid

Version:

core framework for tgsnake for generating file id

14 lines 625 B
/** * tgsnake - Telegram MTProto framework for nodejs. * Copyright (C) 2022 butthx <https://github.com/butthx> * * THIS FILE IS PART OF TGSNAKE * * tgsnake is a free software : you can redistribute it and/or modify * it under the terms of the MIT License as published. */ export { FileType, ThumbnailSource, FileTypeUniqueId, base64_url_encode, base64_url_decode, rle_encode, rle_decode, Writer, Reader, PHOTO_TYPES, DOCUMENT_TYPES, type Options, } from './utils.js'; export { FileId } from './parser.js'; export { Encode } from './encode.js'; export { Decode } from './decode.js'; //# sourceMappingURL=index.d.ts.map