BranchMetrics / web-branch-deep-linking-attribution

The Branch Web SDK for deep linking and attribution. Once initialized, the Branch Web SDK allows you to create and share links with a banner (web only), over SMS, or your own methods by generating deep links. It also offers event tracking, access to referrals, and management of credits.
https://help.branch.io/developers-hub/docs/web-sdk-overview
MIT License
288 stars 101 forks source link

Typescript support #688

Closed yilinjuang closed 4 years ago

yilinjuang commented 4 years ago

Any plans for types?

jnsdls commented 4 years ago

@frankyjuang I needed the same, just opened a PR in DefinitelyTyped: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/44154

Once that gets merged you should be able to use @type/branch-sdk

jnsdls commented 4 years ago

@frankyjuang https://github.com/DefinitelyTyped/DefinitelyTyped/pull/44154 just got merged so you should be able to get @types/branch-sdk from npm now.

yilinjuang commented 4 years ago

awesome thanks