@stackables/bridge-types
v1.2.0
Published
Shared type definitions for the Bridge ecosystem
Readme
The Bridge Types
Shared TypeScript interfaces for the Bridge ecosystem.
Installing
You need this only if you are authoring tools and want up to date types for your tools context.
npm install @stackables/bridge-typesPart of the Bridge Ecosystem
| Package | What it does |
| ------------------------------------------------------------------------------------------ | -------------------------------------------------------------- |
| @stackables/bridge | The All-in-One — everything in a single install |
| @stackables/bridge-core | The Engine — runs pre-compiled bridge instructions |
| @stackables/bridge-parser | The Parser — turns .bridge text into instructions |
| @stackables/bridge-compiler | The Compiler — compiles BridgeDocument into optimized JavaScript |
| @stackables/bridge-graphql | The Adapter — wires bridges into a GraphQL schema |
| @stackables/bridge-stdlib | The Standard Library — httpCall, strings, arrays, and more |
