UNPKG

scrivito

Version:

Scrivito is a professional, yet easy to use SaaS Enterprise Content Management Service, built for digital agencies and medium to large businesses. It is completely maintenance-free, cost-effective, and has unprecedented performance and security.

6 lines (4 loc) 160 B
import { underscore } from 'scrivito_sdk/common'; export function parameterizeDataClass(dataClass: string): string { return `${underscore(dataClass)}_id`; }