Package Exports
- @jpyc/sdk-core
- @jpyc/sdk-core/dist/src/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 (@jpyc/sdk-core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
JPYC Core SDK
JPYC core SDK implements a set of constants, types and functions, commonly used across different SDK versions.
🤖 Available Commands
The following commands are available as yarn scripts for local development & testing.
Command | Description |
---|---|
docs |
Generate Markdown documents from TSDoc-style comments |
compile |
Compile (transpile) TypeScript files |
lint |
Run Eslint |
lint:dry-run |
Run Eslint without fixing |
format |
Run Prettier |
format:dry-run |
Run Prettier without fixing |
test |
Run unit tests (via jest) |
📚 Documentation
You can find the auto-generated documentation of this SDK here.