Skip to content

Commit 451a223

Browse files
committed
✨ Also export snippet types
1 parent a282b6e commit 451a223

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/tasks/src/snippets/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ import * as inputs from "./inputs";
22
import * as curl from "./curl";
33
import * as python from "./python";
44
import * as js from "./js";
5+
export * from "./types";
56

67
export { inputs, curl, python, js };

0 commit comments

Comments
 (0)