Common typings for the Stoplight ecosystem.
npm install @stoplight/typesCommon typings for the Stoplight ecosystem.
- Explore the interfaces: TSDoc
- View the changelog: Releases
https://github.com/stoplightio/types/network/dependents
Supported in modern browsers and node.
``bash`latest stable
yarn add -D @stoplight/types
1. Clone repo.
2. Create / checkout feature/{name}, chore/{name}, or fix/{name} branch.yarn
3. Install deps: .yarn test.prod
4. Make your changes.
5. Run tests: .yarn commit
6. Stage relevant files to git.
7. Commit: . _NOTE: Commits that don't follow the conventional format will be rejected. yarn commit creates this format for you, or you can put it together manually and then do a regular git commit_.git push
8. Push: .next` branch.
9. Open PR targeting the