fix(node): export html and md parsers

This commit is contained in:
teidesu 2021-06-20 00:43:31 +03:00
parent 92233d6d09
commit 2ee5f1e279

View file

@ -8,6 +8,8 @@ import { createInterface, Interface as RlInterface } from 'readline'
export * from '@mtcute/dispatcher'
export * from '@mtcute/client'
export * from '@mtcute/html-parser'
export * from '@mtcute/markdown-parser'
export { SqliteStorage }
let nativeCrypto: typeof NodeNativeCryptoProvider | null