Improve .enumCase doc formatting in readme (#154)

This commit is contained in:
Pedro Augusto de Paula Barbosa 2022-01-18 01:48:03 -03:00 committed by GitHub
parent b1efe7f5cf
commit 73daee6648
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {