UNPKG

211 BTypeScriptView Raw
1import { Model } from "./Model";
2import { Document } from "./Document";
3declare const returnObject: {
4 (input: Model<Document> | string): Model<Document> | never;
5 clear(): void;
6};
7export = returnObject;