This is a set of ESLint rules created and published by the Flow team. They are in addition to (not a replacement for) the rules of `eslint-plugin-flowtype` created and published by the open-source community.. Latest version: 0.0.5, last published: 2 years ago. Start using eslint-plugin-fb-flow in your project by running `npm i eslint-plugin-fb-flow`. There are 2 other projects in the npm registry using eslint-plugin-fb-flow.| npm
Flow provides a set of utility types to operate on other types to create new types.| flow.org
A static type checker can use either the name (nominal typing) or the structure (structural typing)| flow.org
Sometimes it is useful to create a type which is all of a set of other| flow.org
Flow’s Indexed Access Types allow you to get the type of a property from an object, array, or tuple type.| flow.org
Classes in Flow are nominally typed. This means that when you have two separate| flow.org
JavaScript classes| flow.org
Tuple types represent a fixed length list, where the elements can have different types.| flow.org
Refinements allow us to narrow the type of a value based on conditional tests.| flow.org
Sometimes it's useful to create a type which is one of a set of other| flow.org