telegram-typings
Advanced tools
Comparing version 0.3.5-1 to 0.3.5-2
{ | ||
"name": "telegram-typings", | ||
"version": "0.3.5-1", | ||
"version": "0.3.5-2", | ||
"description": "Telegram typings for TypeScript and Flowtype to create bots", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -13,3 +13,2 @@ # telegram-typings | ||
```ts | ||
@@ -20,2 +19,13 @@ // typescript | ||
### Flow | ||
```bash | ||
# Search in flow-typed | ||
flow-typed search telegram-typings | ||
# if not found, copy content of ./javascript/index.js.flow to your flow-typed | ||
wget https://raw.githubusercontent.com/sergeysova/telegram-typings/master/javascript/index.js.flow -O ./flow-typed/npm/telegram-typings_vx.x.x.js | ||
# next use as normal module | ||
``` | ||
```js | ||
@@ -22,0 +32,0 @@ // flow |
Sorry, the diff of this file is not supported yet
140556
33