Improve .enumCase doc formatting in readme (#154)
This commit is contained in:
parent
b1efe7f5cf
commit
73daee6648
1 changed files with 1 additions and 3 deletions
|
|
@ -214,9 +214,7 @@ is.boundFunction(function () {});
|
||||||
|
|
||||||
##### .enumCase(value, enum)
|
##### .enumCase(value, enum)
|
||||||
|
|
||||||
**TypeScript-only**
|
TypeScript-only. Returns `true` if `value` is a member of `enum`.
|
||||||
|
|
||||||
Returns `true` if `value` is a member of `enum`.
|
|
||||||
|
|
||||||
```ts
|
```ts
|
||||||
enum Direction {
|
enum Direction {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue