@demind-inc/core
v1.2.24
Published
In this library, we define the models/types we gonna use in the app lifestack.
Downloads
1,155
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 install
npm run build
- Update the
version
in 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/core
or
npm install @demind-inc/core