😼
a man with a cat status
- Almaty, Kazakhstan
Highlights
Pinned Loading
-
Flow assertions that an object has a...
Flow assertions that an object has all properties from enum and no more, compare enums assertions. 1// @flow
23type enum = 'a' | 'b' | 'c';
4type enumSame = 'a' | 'b' | 'c';
5type enumSubtype = 'a' | 'b';
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.