broidHQ / integrations

Connect your App to Multiple Messaging Channels with the W3C Open standard.
https://www.broid.ai
GNU Affero General Public License v3.0
746 stars 83 forks source link

Where is TypeScript definitions? #202

Open tenorok opened 6 years ago

tenorok commented 6 years ago

Hello and thank you for project!

Overview

Feature Overview

I has install @broid/telegram and see that list of directory node_modules/@broid/telegram/lib/core contains only js-files. Although the sources is written in TypeScript.

I am use TypeScript in my project and can't find definitions for @broid/telegram.

Feature List/Objectives

It would be perfect to have d.ts-file for each js-file in the NPM-package. Or at least to have package in DefinitelyTyped, although it is declarations for projects written in JavaScript.