mtcute/packages/client/utils.ts

5 lines
207 B
TypeScript
Raw Normal View History

2023-09-24 04:26:28 +03:00
// this file only exists as a hint to IDEs that we can use @mtcute/core/utils instead of @mtcute/core/src/utils.
// it is not present in the built package, just a DX improvement
export * from './src/utils'