UNPKG

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