Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/leavesster/typescript-dsbridge
- Owner: leavesster
- Created: 2021-01-16T07:44:33.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-19T15:43:45.000Z (over 3 years ago)
- Last Synced: 2024-11-15T09:45:11.159Z (2 months ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.