We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe02bdc commit af7371aCopy full SHA for af7371a
package.json
@@ -39,7 +39,9 @@
39
"files": [
40
"bin/index.js",
41
"dist/index.js",
42
- "types/index.d.ts"
+ "types/index.d.ts",
43
+ "src/**/*",
44
+ "src/*"
45
],
46
"scripts": {
47
"clean": "rimraf ./dist ./test/generated ./test/e2e/generated ./samples/generated ./coverage ./node_modules/.cache",
src/index.ts
@@ -127,6 +127,11 @@ export const generate = async ({
127
};
128
129
export default {
130
+ Indent,
131
HttpClient,
132
generate,
133
+ writeClient,
134
+ parseV3,
135
+ postProcessClient,
136
+ registerHandlebarTemplates,
137
0 commit comments