UNPKG
venice-dev-tools
Version:
latest (2025.11.82)
2025.11.82
2.1.10
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.1
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.0
1.5.2
1.5.1
1.4.3
1.4.1
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
unOfficial SDK for the Venice AI API
venice-dev-tools
/
packages
/
core
/
src
/
api
/
registry
/
index.ts
9 lines
(7 loc)
•
290 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
export
{
ApiEndpoint
}
from
'./endpoint'
;
export
{
EndpointManager
}
from
'./endpoint-manager'
;
// For backward compatibility
export
{
EndpointManager
as
EndpointRegistry
}
from
'./endpoint-manager'
;
// Default exports
import
{
ApiEndpoint
}
from
'./endpoint'
;
export
default
ApiEndpoint
;