Skip to content

Commit b340e69

Browse files
authored
export type InferenceSnippet from @hfjs/tasks (#1036)
export type InferenceSnippet from @hfjs/tasks
1 parent afc250e commit b340e69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/tasks/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ import * as snippets from "./snippets/index.js";
4949
export * from "./gguf.js";
5050

5151
export { snippets };
52+
export type { InferenceSnippet } from "./snippets/index.js";
53+
5254

5355
export { SKUS, DEFAULT_MEMORY_OPTIONS } from "./hardware.js";
5456
export type { HardwareSpec, SkuType } from "./hardware.js";

0 commit comments

Comments
 (0)