Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leavesster/typescript-dsbridge

rewrite dsbridge in TypeScript (drafting stage)
https://github.com/leavesster/typescript-dsbridge

Last synced: 2 days ago
JSON representation

rewrite dsbridge in TypeScript (drafting stage)

Awesome Lists containing this project

README

        

# TypeScript Version for dsbridge

this is a typescript version for [dsbridge](https://www.npmjs.com/package/dsbridge) which is used for [DSBridge-Android](https://github.com/wendux/DSBridge-Android) and [DSBridge-iOS](https://github.com/wendux/DSBridge-iOS).

The source code for [dsbridge](https://www.npmjs.com/package/dsbridge) is hard to read, and the `.d.ts` is full of `any`. So I rewrite it in TypeScript just.