@demind-inc/core
v1.7.32
Published
In this library, we define the models/types we gonna use in the app lifestack.
Readme
What is Core library
In this library, we define the models/types we gonna use in the app lifestack.
How to release the new version
npm installnpm run build- Update the
versionin package.json npm publish
Make sure to push new changes of dist folder generted by building to the github.
How to use the Core library
yarn add @demind-inc/coreor
npm install @demind-inc/core