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