Package Exports
- @atomicjolt/lti-types
- @atomicjolt/lti-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 (@atomicjolt/lti-types) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
AtomicJolt LTI Types
This is a collection Typescript interfaces, enums and constants for the LTI 1.3 standard
Installation
`npm i @atomicjolt/lti-types`Usage
Import types:
`import { IdToken } from '@atomicjolt/lti-types';`