forked from orbit-oss/is
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)
|
||||
|
||||
**TypeScript-only**
|
||||
|
||||
Returns `true` if `value` is a member of `enum`.
|
||||
TypeScript-only. Returns `true` if `value` is a member of `enum`.
|
||||
|
||||
```ts
|
||||
enum Direction {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue