@seracio/types

Flow types for our projects

Usage no npm install needed!

<script type="module">
  import seracioTypes from 'https://cdn.skypack.dev/@seracio/types';
</script>

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';

// ...