UNPKG

@janitza/gridvis-client

Version:

A library to access all GridVis data

5 lines (4 loc) 207 B
import { IProject } from "./IProject"; export { IProject } from "./IProject"; export { ProjectsEndpoint } from "./ProjectsEndpoint"; export declare function getProjectId(project: string | IProject): string;