Update Version

This commit is contained in:
2026-03-21 06:38:20 +01:00
parent 7ef114ee70
commit 1611c845b9
6 changed files with 22 additions and 108 deletions
@@ -2,5 +2,5 @@ import type { BundlerCTXMap } from "../../../types";
type Params = {
bundledMap?: BundlerCTXMap;
};
export default function ({ bundledMap }: Params): Promise<string>;
export default function (params?: Params): Promise<string>;
export {};