fix(core): apparently re-export from tl

apparently due to some issue in vite `export *` from cjs module doesnt export shit
This commit is contained in:
alina 🌸 2023-12-04 15:40:17 +03:00
parent 7a89e5049e
commit d4555f107e
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI

View file

@ -5,7 +5,7 @@ export * from './types/index.js'
export * from './utils/peer-utils.js' export * from './utils/peer-utils.js'
/** @hidden */ /** @hidden */
export * from '@mtcute/tl' export { mtp, tl } from '@mtcute/tl'
import Long from 'long' import Long from 'long'
/** @hidden */ /** @hidden */
export { Long } export { Long }