@tsclean/core
Version:
Plugin for API Rest Full development, based on Clean Architecture, IoC and Dependency Injection.
8 lines • 330 B
TypeScript
import { SerializedGraph } from "./serialized-graph";
export declare class PartialGraphHost {
private static partialGraph;
static toJSON(): import("./contracts").SerializedGraphJson;
static toString(): string;
static register(partialGraph: SerializedGraph): void;
}
//# sourceMappingURL=partial-graph.host.d.ts.map