UNPKG

@becomes/cms

Version:

Simple CMS for building APIs.

7 lines (6 loc) 205 B
import { Entry } from '../models/entry.model'; export declare class EntryFactory { static get instance(): Entry; static objectToEntry(object: any): Entry; static toLite(entry: Entry): Entry; }