@parel/core
v0.11.0
Published
Shared public TypeScript contracts for PAREL.
Downloads
3,994
Readme
@parel/core
Shared public TypeScript contracts for PAREL.
Part of PAREL.
Install
npm install @parel/coreUsage
@parel/core holds the shared TypeScript contracts (message, session,
plugin, and model types) used across the PAREL ecosystem. You normally get it
transitively via @parel/plugin-sdk;
depend on it directly only when you need the raw types.
import type { Message, ParelPlugin } from "@parel/core";License
MIT — see LICENSE.
