UNPKG
anchorbrowser
Version:
latest (0.8.0)
0.8.0
0.7.0
0.6.0
0.5.1
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
0.1.0-alpha.3
0.1.0-alpha.2
0.1.0-alpha.1
The official TypeScript library for the Anchorbrowser API
anchorbrowser/AnchorBrowser-SDK-Typescript
anchorbrowser
/
resources
/
sessions
/
agent
/
index.d.mts
3 lines
•
181 B
text/typescript
View Raw
1
2
3
export
{
Agent
}
from
"./agent.mjs"
;
export
{
Files
,
type
FileListResponse
,
type
FileUploadResponse
,
type
FileUploadParams
}
from
"./files.mjs"
;
//# sourceMappingURL=index.d.mts.map