UNPKG

@oberoncms/core

Version:

OberonCMS is a cloud deployable CMS written in typescript based on the Puck visual editor

9 lines 580 B
import { type ClientAction, type OberonResponse } from "./dtd"; export declare function getTitle(action: ClientAction, slug?: string): string; export declare const parseClientAction: (action: unknown) => ClientAction; export declare const resolveSlug: (path?: string[]) => string; export declare const USE_DEVELOPMENT_DATABASE_PLUGIN: boolean; export declare const USE_DEVELOPMENT_SEND_PLUGIN: boolean; export declare function notImplemented(action: string): () => never; export declare function wrap<T>(promise: Promise<T>): OberonResponse<T>; //# sourceMappingURL=utils.d.ts.map