2.0.13 • Published 2 years ago

@itandu/core v2.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

CromwellCMS Shared SDK

Exports common type definitions and helpers used by frontend and backend.

Install

npm i @itandu/core

Use

Example of usage

import { getStoreItem, TCmsSettings } from '@itandu/core';

const settings: TCmsSettings | undefined = getStoreItem('cmsSettings');