From 66b668be6b42b2d0dcf3cfb4922b2c7c1023a6cc Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Fri, 19 Apr 2024 10:51:11 +0200 Subject: [PATCH] fix: export manifest types (#1724) --- src/main.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.ts b/src/main.ts index 28fc052e0..a98b649ad 100644 --- a/src/main.ts +++ b/src/main.ts @@ -17,6 +17,8 @@ export { ArchiveFormat, ARCHIVE_FORMAT } from './archive.js' export { NodeBundlerName, NODE_BUNDLER } from './runtimes/node/bundlers/types.js' export { RuntimeName, RUNTIME } from './runtimes/runtime.js' export { ModuleFormat, MODULE_FORMAT } from './runtimes/node/utils/module_format.js' +export { TrafficRules, Manifest } from './manifest.js' +export { FunctionResult } from './utils/format_result.js' export interface ListedFunction { name: string