Skip to content

Commit 27d29b2

Browse files
committed
feat(client): export spec-based marshalling functions
1 parent 9511a14 commit 27d29b2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/client/src/internals.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ export {
77
urlParams,
88
validatePathParam,
99
} from './helpers/marshalling.js'
10+
export type { FieldSpec, TypeSpec } from './helpers/spec-marshalling.js'
11+
export {
12+
globalRegistry as specRegistry,
13+
marshal,
14+
marshalWithSpec,
15+
SpecRegistry,
16+
unmarshal,
17+
unmarshalWithSpec,
18+
} from './helpers/spec-marshalling.js'
1019
export {
1120
createExponentialBackoffStrategy,
1221
tryAtIntervals,

0 commit comments

Comments
 (0)