UNPKG
@janitza/gridvis-client
Version:
latest (1.0.14)
1.0.14
1.0.13
1.0.12
1.0.11
A library to access all GridVis data
bitbucket.org/janitza/gridvis-client/
@janitza/gridvis-client
/
dist
/
project
/
index.d.ts
5 lines
(4 loc)
•
207 B
TypeScript
View Raw
1
2
3
4
5
import
{
IProject
}
from
"./IProject"
;
export
{
IProject
}
from
"./IProject"
;
export
{
ProjectsEndpoint
}
from
"./ProjectsEndpoint"
;
export
declare
function
getProjectId
(
project
:
string
|
IProject
):
string
;