npm.io
2.0.13 • Published 4 years ago

@itandu/core

Licence
MIT
Version
2.0.13
Deps
3
Size
3 kB
Vulns
0
Weekly
0

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');