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.

9 lines (6 loc) 236 B
import { InternalError } from 'scrivito_sdk/common'; export function getClientVersion(): string { const clientVersion = process.env.SCRIVITO_CLIENT_VERSION; if (!clientVersion) throw new InternalError(); return clientVersion; }