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