@seracio/types
v1.1.0
Published
> Flow types for our projects
Downloads
3
Readme
types
Flow types for our projects
Development
- publish a new version
npm version (major|minor|patch)
git push
git push --tags
npm publish
Usage
npm i @seracio/types
// @flow
import type { Player } from '@seracio/types/dist/tennis';
// ...