Package Exports
- @ocap/contract
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 (@ocap/contract) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Utility to validate compile and execute ocap contract
Table of Contents
Install
npm install @ocap/contract
// or
yarn add @ocap/contract
Usage
const contract;
// TODO