Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.

Commit 66b668b

Browse files
authored
fix: export manifest types (#1724)
1 parent a2071a6 commit 66b668b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ export { ArchiveFormat, ARCHIVE_FORMAT } from './archive.js'
1717
export { NodeBundlerName, NODE_BUNDLER } from './runtimes/node/bundlers/types.js'
1818
export { RuntimeName, RUNTIME } from './runtimes/runtime.js'
1919
export { ModuleFormat, MODULE_FORMAT } from './runtimes/node/utils/module_format.js'
20+
export { TrafficRules, Manifest } from './manifest.js'
21+
export { FunctionResult } from './utils/format_result.js'
2022

2123
export interface ListedFunction {
2224
name: string

0 commit comments

Comments
 (0)