Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 313 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 313 Bytes

hawk.types

Types for Hawk's modules

Installation

yarn add @hawk.so/types

How to add new types

  1. Add new types to src folder.
  2. Create a pull request.

github-actions bot will check lint styles, build types and commit changes.

Lint

$ yarn lint

Build

$ yarn tsc