[CI Skip] 0.28.4

This commit is contained in:
Travis CI
2019-02-27 10:22:45 +00:00
parent 28b991d61d
commit b74f8de6ff
202 changed files with 6646 additions and 8 deletions
+22
View File
@@ -0,0 +1,22 @@
# Functions
<a id="istestchain"></a>
## isTestChain
**isTestChain**(chain?: *`string` \| `null`*): `boolean`
*Defined in [isTestChain.ts:7](https://github.com/polkadot-js/ui/blob/28b991d/packages/ui-util/src/isTestChain.ts#L7)*
**Parameters:**
| Name | Type |
| ------ | ------ |
| `Optional` chain | `string` \| `null` |
**Returns:** `boolean`
___