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:
parent
7a89e5049e
commit
d4555f107e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ export * from './types/index.js'
|
|||
export * from './utils/peer-utils.js'
|
||||
|
||||
/** @hidden */
|
||||
export * from '@mtcute/tl'
|
||||
export { mtp, tl } from '@mtcute/tl'
|
||||
import Long from 'long'
|
||||
/** @hidden */
|
||||
export { Long }
|
||||
|
|
Loading…
Reference in a new issue