This commit is contained in:
syuilo 2017-02-05 21:24:51 +09:00
parent 337945d5bb
commit b483262e84

View File

@ -24,7 +24,7 @@ summaly(url[, opts])
| Property | Type | Description | Default |
| :------------------ | :--------------------- | :-------------------------- | :------ |
| **followRedirects** | *boolean* | リダイレクトを解決するかどうか | `true` |
| **plugins** | *plugin[] (see below)* | Custom plugins | `null` |
| **plugins** | *plugin[]* (see below) | Custom plugins | `null` |
#### Plugin
``` typescript