@cromwell/core
v3.0.1
Published
CromwellCMS Shared SDK
Downloads
122
Readme
CromwellCMS Shared SDK
Exports common type definitions and helpers used by frontend and backend.
Install
npm i @cromwell/core
Use
Example of usage
import { getStoreItem, TCmsSettings } from '@cromwell/core';
const settings: TCmsSettings | undefined = getStoreItem('cmsSettings');