Package Exports
- @stencila/types
- @stencila/types/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@stencila/types) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Stencila Types
JavaScript classes and TypeScript types for the Stencila Schema
👋 Introduction
This is the @stencila/types NPM package which provides JavaScript classes and TypeScript types representing types in the Stencila Schema.
📦 Install
npm i @stencila/types🛠️ Develop
Most of the types are generated from the Stencila Schema by the Rust schema-gen crate. See there for contributing instructions.