Skip to content

Commit 084ca42

Browse files
committed
add apiFactory to the root export path
1 parent c6046c4 commit 084ca42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export * from './types'
44
export default astro
55
export { decode } from './decode'
66
export { encode } from './encode'
7-
export { pageFactory, adminFactory } from './factory'
7+
export { pageFactory, adminFactory, apiFactory } from './factory'
88
export { setOptions, setConfig, onSubmitConfig } from './events'
99
export { toBytes } from './parser'
1010
export { authenticate } from './authenticate'

0 commit comments

Comments
 (0)