-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.d.ts
More file actions
24 lines (19 loc) · 962 Bytes
/
index.d.ts
File metadata and controls
24 lines (19 loc) · 962 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
export { default as Dispatch } from './Dispatch.js'
export { default as Endpoint } from './Endpoint.js'
export * as Addr from './_/Addr.js'
export { default as Residual } from './Residual.js'
export { default as once } from './_/once.js'
export { default as when } from './_/when.js'
export { default as request } from './_/request.js'
export type { Handler } from './Endpoint.js'
export type { Handler_Composition } from './Endpoint.js'
export type { Protocol } from './Endpoint.js'
export type { Protocol_Core } from './Endpoint.js'
/* export type { Protocol_All } from './Endpoint.js' */
/* export type { Endpoint } from './Endpoint.js' */
export type { Aux_Base } from './Endpoint.js'
export type { Room } from './Dispatch.js'
export type { Rooms } from './Dispatch.js'
/* export type { Protocol_All } from './Dispatch.js' */
export type { Protocol_Core_Dispatch } from './Dispatch.js'
/* export type { Dispatch } from './Dispatch.js' */