@storm-software/workspace-tools 1.275.11 → 1.275.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/README.md +1 -1
  3. package/dist/{chunk-SQQRYK4J.js → chunk-2VYGGPNB.js} +2 -2
  4. package/dist/{chunk-UIGXLIMN.js → chunk-3OPUS7DM.js} +2 -2
  5. package/dist/{chunk-K25ZLKGW.js → chunk-44ORGJU6.js} +2 -2
  6. package/dist/{chunk-G2UHFS3D.js → chunk-4M4SHAIR.js} +2 -2
  7. package/dist/{chunk-XBF3XKWV.mjs → chunk-4Q5TA4HY.mjs} +1 -1
  8. package/dist/{chunk-SUVILEUI.mjs → chunk-5M6KTSAU.mjs} +1 -1
  9. package/dist/{chunk-SZECIMUK.mjs → chunk-6HLO2W5F.mjs} +1 -1
  10. package/dist/{chunk-AYVQBZ47.mjs → chunk-7PGIGQWZ.mjs} +1 -1
  11. package/dist/{chunk-47WIPDU2.mjs → chunk-7X7JDO6G.mjs} +1 -1
  12. package/dist/{chunk-LCYZN2T4.mjs → chunk-BWWZL3XI.mjs} +1 -1
  13. package/dist/{chunk-OHVLEVDF.js → chunk-DJJD4NLR.js} +4 -4
  14. package/dist/{chunk-CJTM5NXW.js → chunk-EFJ4G4IB.js} +2 -2
  15. package/dist/{chunk-AITIBUH7.mjs → chunk-EPHSEJ2O.mjs} +1 -1
  16. package/dist/{chunk-DOU4JV63.js → chunk-F2W3BT7Q.js} +2 -2
  17. package/dist/{chunk-MNAM2PWW.js → chunk-F6VM55TC.js} +1 -1
  18. package/dist/{chunk-7FHPPXSW.mjs → chunk-FE2MME3C.mjs} +1 -1
  19. package/dist/{chunk-KQEWSX54.mjs → chunk-FXJFMNIG.mjs} +1 -1
  20. package/dist/{chunk-GLYNYUEO.js → chunk-GZ2DMJNP.js} +2 -2
  21. package/dist/{chunk-UIEBEATG.mjs → chunk-NMDGWPQQ.mjs} +1 -1
  22. package/dist/{chunk-HT6XMCLL.js → chunk-NWZ4RH4R.js} +2 -2
  23. package/dist/{chunk-SEBYC6OX.mjs → chunk-NZYIQ7PK.mjs} +1 -1
  24. package/dist/{chunk-UBOVNKIB.mjs → chunk-OCAYHE4R.mjs} +1 -1
  25. package/dist/{chunk-KPYVSW6K.js → chunk-PT3X4RIM.js} +2 -2
  26. package/dist/{chunk-THAH7SBB.mjs → chunk-PTKTAEWS.mjs} +1 -1
  27. package/dist/{chunk-HST5WUAT.mjs → chunk-Q7ZNED73.mjs} +1 -1
  28. package/dist/{chunk-KAZBWBZO.mjs → chunk-QY7VVGUK.mjs} +2 -2
  29. package/dist/{chunk-UFC7PMR7.mjs → chunk-RR4536RL.mjs} +1 -1
  30. package/dist/{chunk-NOKYAGMP.js → chunk-SE4WCL4O.js} +2 -2
  31. package/dist/{chunk-CD5FQ3SO.js → chunk-UIHVLD6X.js} +2 -2
  32. package/dist/{chunk-D5HYL5AR.mjs → chunk-UIPBCBUB.mjs} +1 -1
  33. package/dist/{chunk-WKR7OSM7.js → chunk-VNYMAMOQ.js} +2 -2
  34. package/dist/{chunk-45N4K3JG.mjs → chunk-WYT3VQJE.mjs} +1 -1
  35. package/dist/{chunk-L5K5WENX.js → chunk-X6YEZ2IR.js} +2 -2
  36. package/dist/{chunk-OBPTEDPA.js → chunk-XFRYBLPE.js} +2 -2
  37. package/dist/{chunk-G73COCIV.js → chunk-YEIQEZ66.js} +2 -2
  38. package/dist/{chunk-SCM7NIHK.js → chunk-ZARYEHW7.js} +2 -2
  39. package/dist/executors.js +13 -13
  40. package/dist/executors.mjs +15 -15
  41. package/dist/generators.js +9 -9
  42. package/dist/generators.mjs +8 -8
  43. package/dist/index.js +20 -20
  44. package/dist/index.mjs +22 -22
  45. package/dist/src/base/base-executor.js +3 -3
  46. package/dist/src/base/base-executor.mjs +2 -2
  47. package/dist/src/base/base-generator.js +3 -3
  48. package/dist/src/base/base-generator.mjs +2 -2
  49. package/dist/src/base/index.js +4 -4
  50. package/dist/src/base/index.mjs +3 -3
  51. package/dist/src/executors/cargo-build/executor.js +4 -4
  52. package/dist/src/executors/cargo-build/executor.mjs +3 -3
  53. package/dist/src/executors/cargo-check/executor.js +4 -4
  54. package/dist/src/executors/cargo-check/executor.mjs +3 -3
  55. package/dist/src/executors/cargo-clippy/executor.js +4 -4
  56. package/dist/src/executors/cargo-clippy/executor.mjs +3 -3
  57. package/dist/src/executors/cargo-doc/executor.js +4 -4
  58. package/dist/src/executors/cargo-doc/executor.mjs +3 -3
  59. package/dist/src/executors/cargo-format/executor.js +4 -4
  60. package/dist/src/executors/cargo-format/executor.mjs +3 -3
  61. package/dist/src/executors/clean-package/executor.js +3 -3
  62. package/dist/src/executors/clean-package/executor.mjs +2 -2
  63. package/dist/src/executors/esbuild/executor.js +4 -4
  64. package/dist/src/executors/esbuild/executor.mjs +3 -3
  65. package/dist/src/executors/size-limit/executor.js +4 -4
  66. package/dist/src/executors/size-limit/executor.mjs +3 -3
  67. package/dist/src/executors/typia/executor.js +4 -4
  68. package/dist/src/executors/typia/executor.mjs +3 -3
  69. package/dist/src/executors/unbuild/executor.js +4 -4
  70. package/dist/src/executors/unbuild/executor.mjs +3 -3
  71. package/dist/src/generators/browser-library/generator.js +4 -4
  72. package/dist/src/generators/browser-library/generator.mjs +3 -3
  73. package/dist/src/generators/config-schema/generator.js +4 -4
  74. package/dist/src/generators/config-schema/generator.mjs +3 -3
  75. package/dist/src/generators/neutral-library/generator.js +4 -4
  76. package/dist/src/generators/neutral-library/generator.mjs +3 -3
  77. package/dist/src/generators/node-library/generator.js +4 -4
  78. package/dist/src/generators/node-library/generator.mjs +3 -3
  79. package/dist/src/generators/preset/generator.js +4 -4
  80. package/dist/src/generators/preset/generator.mjs +3 -3
  81. package/dist/src/generators/release-version/generator.js +3 -3
  82. package/dist/src/generators/release-version/generator.mjs +2 -2
  83. package/package.json +4 -4
  84. package/dist/executor-9LmKos6Z.d.mts +0 -146
  85. package/dist/executor-Bd5An8DR.d.ts +0 -267
  86. package/dist/executor-Bf5vY3MJ.d.ts +0 -146
  87. package/dist/executor-C1PrMC7e.d.mts +0 -267
  88. package/dist/executor-CeGdcLkF.d.ts +0 -34
  89. package/dist/executor-CpsMF06a.d.ts +0 -57
  90. package/dist/executor-D1PiCwZy.d.mts +0 -34
  91. package/dist/executor-q3my5nbv.d.mts +0 -57
  92. package/dist/generator-BE_y2LLV.d.mts +0 -38
  93. package/dist/generator-BKRA47fj.d.ts +0 -108
  94. package/dist/generator-BTd79lYw.d.ts +0 -130
  95. package/dist/generator-Bm8yfws4.d.ts +0 -186
  96. package/dist/generator-BvGl9JTM.d.mts +0 -130
  97. package/dist/generator-CHn9k022.d.mts +0 -108
  98. package/dist/generator-CkV_kDgf.d.mts +0 -130
  99. package/dist/generator-Ct6JRxUo.d.ts +0 -130
  100. package/dist/generator-D1vtMezi.d.ts +0 -130
  101. package/dist/generator-DDs5eEiE.d.mts +0 -186
  102. package/dist/generator-LIIIYK9k.d.ts +0 -38
  103. package/dist/generator-tf6fNTyb.d.mts +0 -130
  104. package/dist/types-0OheivlN.d.ts +0 -101
  105. package/dist/types-BucSdHk7.d.mts +0 -1292
  106. package/dist/types-BucSdHk7.d.ts +0 -1292
  107. package/dist/types-CwPRTD_m.d.mts +0 -101
@@ -1,267 +0,0 @@
1
- import * as _nx_devkit from '@nx/devkit';
2
- import { ExecutorContext } from '@nx/devkit';
3
- import { S as StormWorkspaceConfig } from './types-BucSdHk7.js';
4
-
5
- // Generated by @storm-software/untyped
6
- // Do not edit this file directly
7
-
8
- interface UnbuildExecutorSchema {
9
- /**
10
- * Output Path
11
- *
12
- * The output path for the build
13
- *
14
- *
15
- * @format path
16
- */
17
- outputPath?: string,
18
-
19
- /**
20
- * Input Directory
21
- *
22
- * The directory to use as input for the build
23
- *
24
- * @default ["{sourceRoot}"]
25
- *
26
- * @format path
27
- */
28
- entry: Array<string>,
29
-
30
- /**
31
- * TSConfig Path
32
- *
33
- * The path to the tsconfig file
34
- *
35
- * @default "{projectRoot}/tsconfig.json"
36
- *
37
- * @format path
38
- */
39
- tsconfig?: string,
40
-
41
- /**
42
- * Bundle
43
- *
44
- * Bundle the output
45
- *
46
- */
47
- bundle?: boolean,
48
-
49
- /**
50
- * Minify
51
- *
52
- * Minify the output
53
- *
54
- */
55
- minify?: boolean,
56
-
57
- /**
58
- * Debug
59
- *
60
- * Debug the output
61
- *
62
- */
63
- debug?: boolean,
64
-
65
- /**
66
- * Sourcemap
67
- *
68
- * Generate a sourcemap
69
- *
70
- */
71
- sourcemap?: boolean,
72
-
73
- /**
74
- * Silent
75
- *
76
- * Should the build run silently - only report errors back to the user
77
- *
78
- * @default false
79
- */
80
- silent?: boolean,
81
-
82
- /**
83
- * Target
84
- *
85
- * The target to build
86
- *
87
- * @default "esnext"
88
- *
89
- * @enum es3,es5,es6,es2015,es2016,es2017,es2018,es2019,es2020,es2021,es2022,es2023,es2024,esnext,node12,node14,node16,node18,node20,node22,browser,chrome58,chrome59,chrome60
90
- */
91
- target?: string,
92
-
93
- /**
94
- * Format
95
- *
96
- * The format to build
97
- *
98
- * @default ["cjs","esm"]
99
- */
100
- format?: Array<string>,
101
-
102
- /**
103
- * Platform
104
- *
105
- * The platform to build
106
- *
107
- * @default "neutral"
108
- *
109
- * @enum neutral,node,browser
110
- */
111
- platform?: string,
112
-
113
- /**
114
- * External
115
- *
116
- * The external dependencies
117
- *
118
- */
119
- external?: Array<any>,
120
-
121
- /**
122
- * Define
123
- *
124
- * The define values
125
- *
126
- */
127
- define?: Record<string, string>,
128
-
129
- /**
130
- * Environment Variables
131
- *
132
- * The environment variable values
133
- *
134
- */
135
- env?: Record<string, string>,
136
-
137
- /**
138
- * Name
139
- *
140
- * The name of the project/build
141
- *
142
- * @default "{projectName}"
143
- */
144
- name: string,
145
-
146
- /**
147
- * Tree Shaking
148
- *
149
- * Enable tree shaking
150
- *
151
- * @default true
152
- */
153
- treeShaking?: boolean,
154
-
155
- /**
156
- * Watch
157
- *
158
- * Watch for changes
159
- *
160
- * @default false
161
- */
162
- watch?: boolean,
163
-
164
- /**
165
- * Clean
166
- *
167
- * Clean the output directory before building
168
- *
169
- * @default true
170
- */
171
- clean?: boolean,
172
-
173
- /**
174
- * Stub
175
- *
176
- * Stub the output
177
- *
178
- * @default false
179
- */
180
- stub?: boolean,
181
-
182
- /**
183
- * Build Only
184
- *
185
- * Should the build process skip generating a package.json and copying assets
186
- *
187
- * @default false
188
- */
189
- buildOnly?: boolean,
190
-
191
- /**
192
- * Watch Options
193
- *
194
- * Watch options
195
- *
196
- */
197
- watchOptions?: {
198
- [key: string]: any
199
- },
200
-
201
- /**
202
- * Stub Options
203
- *
204
- * Stub options
205
- *
206
- */
207
- stubOptions?: {
208
- [key: string]: any
209
- },
210
-
211
- /**
212
- * Dependencies
213
- *
214
- * The dependencies to install
215
- *
216
- */
217
- dependencies?: Array<string>,
218
-
219
- /**
220
- * Peer Dependencies
221
- *
222
- * The peer dependencies to install
223
- *
224
- */
225
- peerDependencies?: Array<string>,
226
-
227
- /**
228
- * Dev Dependencies
229
- *
230
- * The dev dependencies to install
231
- *
232
- */
233
- devDependencies?: Array<string>,
234
-
235
- /**
236
- * Alias
237
- *
238
- * The alias to use
239
- *
240
- */
241
- alias?: Record<string, string>,
242
-
243
- /**
244
- * Replace
245
- *
246
- * The replace to use
247
- *
248
- */
249
- replace?: Record<string, string>,
250
-
251
- /**
252
- * Rollup
253
- *
254
- * The rollup options
255
- *
256
- */
257
- rollup?: {
258
- [key: string]: any
259
- },
260
- }
261
-
262
- declare function unbuildExecutorFn(options: UnbuildExecutorSchema, context: ExecutorContext, config: StormWorkspaceConfig): Promise<{
263
- success: boolean;
264
- }>;
265
- declare const _default: _nx_devkit.PromiseExecutor<UnbuildExecutorSchema>;
266
-
267
- export { type UnbuildExecutorSchema as U, _default as _, unbuildExecutorFn as u };
@@ -1,146 +0,0 @@
1
- import * as _nx_devkit from '@nx/devkit';
2
- import { ExecutorContext } from '@nx/devkit';
3
- import { S as StormWorkspaceConfig } from './types-BucSdHk7.js';
4
-
5
- // Generated by @storm-software/untyped
6
- // Do not edit this file directly
7
-
8
- interface ESBuildExecutorSchema {
9
- /**
10
- * Output Path
11
- *
12
- * The output path for the build
13
- *
14
- * @default "dist/{projectRoot}"
15
- *
16
- * @format path
17
- */
18
- outputPath?: string,
19
-
20
- /**
21
- * Entry File(s)
22
- *
23
- * The entry file or files to build
24
- *
25
- * @default ["{sourceRoot}/index.ts"]
26
- *
27
- * @format path
28
- */
29
- entry?: Array<string>,
30
-
31
- /**
32
- * TSConfig Path
33
- *
34
- * The path to the tsconfig file
35
- *
36
- * @default "{projectRoot}/tsconfig.json"
37
- *
38
- * @format path
39
- */
40
- tsconfig?: string,
41
-
42
- /**
43
- * Bundle
44
- *
45
- * Bundle the output
46
- *
47
- */
48
- bundle?: boolean,
49
-
50
- /**
51
- * Minify
52
- *
53
- * Minify the output
54
- *
55
- */
56
- minify?: boolean,
57
-
58
- /**
59
- * Debug
60
- *
61
- * Debug the output
62
- *
63
- */
64
- debug?: boolean,
65
-
66
- /**
67
- * Sourcemap
68
- *
69
- * Generate a sourcemap
70
- *
71
- */
72
- sourcemap?: boolean,
73
-
74
- /**
75
- * Silent
76
- *
77
- * Should the build run silently - only report errors back to the user
78
- *
79
- * @default false
80
- */
81
- silent?: boolean,
82
-
83
- /**
84
- * Target
85
- *
86
- * The target to build
87
- *
88
- * @default "esnext"
89
- *
90
- * @enum es3,es5,es6,es2015,es2016,es2017,es2018,es2019,es2020,es2021,es2022,es2023,es2024,esnext,node12,node14,node16,node18,node20,node22,browser,chrome58,chrome59,chrome60
91
- */
92
- target?: string,
93
-
94
- /**
95
- * Format
96
- *
97
- * The format to build
98
- *
99
- * @default "esm"
100
- *
101
- * @enum cjs,esm,iife
102
- */
103
- format?: string,
104
-
105
- /**
106
- * Platform
107
- *
108
- * The platform to build
109
- *
110
- * @default "neutral"
111
- *
112
- * @enum neutral,node,browser
113
- */
114
- platform?: string,
115
-
116
- /**
117
- * External
118
- *
119
- * The external dependencies
120
- *
121
- */
122
- external?: Array<any>,
123
-
124
- /**
125
- * Define
126
- *
127
- * The define values
128
- *
129
- */
130
- define?: Record<string, string>,
131
-
132
- /**
133
- * Environment Variables
134
- *
135
- * The environment variable values
136
- *
137
- */
138
- env?: Record<string, string>,
139
- }
140
-
141
- declare function esbuildExecutorFn(options: ESBuildExecutorSchema, context: ExecutorContext, config?: StormWorkspaceConfig): Promise<{
142
- success: boolean;
143
- }>;
144
- declare const _default: _nx_devkit.PromiseExecutor<ESBuildExecutorSchema>;
145
-
146
- export { type ESBuildExecutorSchema as E, _default as _, esbuildExecutorFn as e };
@@ -1,267 +0,0 @@
1
- import * as _nx_devkit from '@nx/devkit';
2
- import { ExecutorContext } from '@nx/devkit';
3
- import { S as StormWorkspaceConfig } from './types-BucSdHk7.mjs';
4
-
5
- // Generated by @storm-software/untyped
6
- // Do not edit this file directly
7
-
8
- interface UnbuildExecutorSchema {
9
- /**
10
- * Output Path
11
- *
12
- * The output path for the build
13
- *
14
- *
15
- * @format path
16
- */
17
- outputPath?: string,
18
-
19
- /**
20
- * Input Directory
21
- *
22
- * The directory to use as input for the build
23
- *
24
- * @default ["{sourceRoot}"]
25
- *
26
- * @format path
27
- */
28
- entry: Array<string>,
29
-
30
- /**
31
- * TSConfig Path
32
- *
33
- * The path to the tsconfig file
34
- *
35
- * @default "{projectRoot}/tsconfig.json"
36
- *
37
- * @format path
38
- */
39
- tsconfig?: string,
40
-
41
- /**
42
- * Bundle
43
- *
44
- * Bundle the output
45
- *
46
- */
47
- bundle?: boolean,
48
-
49
- /**
50
- * Minify
51
- *
52
- * Minify the output
53
- *
54
- */
55
- minify?: boolean,
56
-
57
- /**
58
- * Debug
59
- *
60
- * Debug the output
61
- *
62
- */
63
- debug?: boolean,
64
-
65
- /**
66
- * Sourcemap
67
- *
68
- * Generate a sourcemap
69
- *
70
- */
71
- sourcemap?: boolean,
72
-
73
- /**
74
- * Silent
75
- *
76
- * Should the build run silently - only report errors back to the user
77
- *
78
- * @default false
79
- */
80
- silent?: boolean,
81
-
82
- /**
83
- * Target
84
- *
85
- * The target to build
86
- *
87
- * @default "esnext"
88
- *
89
- * @enum es3,es5,es6,es2015,es2016,es2017,es2018,es2019,es2020,es2021,es2022,es2023,es2024,esnext,node12,node14,node16,node18,node20,node22,browser,chrome58,chrome59,chrome60
90
- */
91
- target?: string,
92
-
93
- /**
94
- * Format
95
- *
96
- * The format to build
97
- *
98
- * @default ["cjs","esm"]
99
- */
100
- format?: Array<string>,
101
-
102
- /**
103
- * Platform
104
- *
105
- * The platform to build
106
- *
107
- * @default "neutral"
108
- *
109
- * @enum neutral,node,browser
110
- */
111
- platform?: string,
112
-
113
- /**
114
- * External
115
- *
116
- * The external dependencies
117
- *
118
- */
119
- external?: Array<any>,
120
-
121
- /**
122
- * Define
123
- *
124
- * The define values
125
- *
126
- */
127
- define?: Record<string, string>,
128
-
129
- /**
130
- * Environment Variables
131
- *
132
- * The environment variable values
133
- *
134
- */
135
- env?: Record<string, string>,
136
-
137
- /**
138
- * Name
139
- *
140
- * The name of the project/build
141
- *
142
- * @default "{projectName}"
143
- */
144
- name: string,
145
-
146
- /**
147
- * Tree Shaking
148
- *
149
- * Enable tree shaking
150
- *
151
- * @default true
152
- */
153
- treeShaking?: boolean,
154
-
155
- /**
156
- * Watch
157
- *
158
- * Watch for changes
159
- *
160
- * @default false
161
- */
162
- watch?: boolean,
163
-
164
- /**
165
- * Clean
166
- *
167
- * Clean the output directory before building
168
- *
169
- * @default true
170
- */
171
- clean?: boolean,
172
-
173
- /**
174
- * Stub
175
- *
176
- * Stub the output
177
- *
178
- * @default false
179
- */
180
- stub?: boolean,
181
-
182
- /**
183
- * Build Only
184
- *
185
- * Should the build process skip generating a package.json and copying assets
186
- *
187
- * @default false
188
- */
189
- buildOnly?: boolean,
190
-
191
- /**
192
- * Watch Options
193
- *
194
- * Watch options
195
- *
196
- */
197
- watchOptions?: {
198
- [key: string]: any
199
- },
200
-
201
- /**
202
- * Stub Options
203
- *
204
- * Stub options
205
- *
206
- */
207
- stubOptions?: {
208
- [key: string]: any
209
- },
210
-
211
- /**
212
- * Dependencies
213
- *
214
- * The dependencies to install
215
- *
216
- */
217
- dependencies?: Array<string>,
218
-
219
- /**
220
- * Peer Dependencies
221
- *
222
- * The peer dependencies to install
223
- *
224
- */
225
- peerDependencies?: Array<string>,
226
-
227
- /**
228
- * Dev Dependencies
229
- *
230
- * The dev dependencies to install
231
- *
232
- */
233
- devDependencies?: Array<string>,
234
-
235
- /**
236
- * Alias
237
- *
238
- * The alias to use
239
- *
240
- */
241
- alias?: Record<string, string>,
242
-
243
- /**
244
- * Replace
245
- *
246
- * The replace to use
247
- *
248
- */
249
- replace?: Record<string, string>,
250
-
251
- /**
252
- * Rollup
253
- *
254
- * The rollup options
255
- *
256
- */
257
- rollup?: {
258
- [key: string]: any
259
- },
260
- }
261
-
262
- declare function unbuildExecutorFn(options: UnbuildExecutorSchema, context: ExecutorContext, config: StormWorkspaceConfig): Promise<{
263
- success: boolean;
264
- }>;
265
- declare const _default: _nx_devkit.PromiseExecutor<UnbuildExecutorSchema>;
266
-
267
- export { type UnbuildExecutorSchema as U, _default as _, unbuildExecutorFn as u };
@@ -1,34 +0,0 @@
1
- import * as _nx_devkit from '@nx/devkit';
2
- import { ExecutorContext } from '@nx/devkit';
3
- import { S as StormWorkspaceConfig } from './types-BucSdHk7.js';
4
-
5
- // Generated by @storm-software/untyped
6
- // Do not edit this file directly
7
-
8
- interface SizeLimitExecutorSchema {
9
- /**
10
- * Output Path
11
- *
12
- * The output path for the build
13
- *
14
- * @default "dist/{projectRoot}"
15
- *
16
- * @format path
17
- */
18
- outputPath?: string,
19
-
20
- /**
21
- * Entry
22
- *
23
- * The path to the entry file
24
- *
25
- */
26
- entry?: Array<string>,
27
- }
28
-
29
- declare function sizeLimitExecutorFn(options: SizeLimitExecutorSchema, context: ExecutorContext, config?: StormWorkspaceConfig): Promise<{
30
- success: boolean;
31
- }>;
32
- declare const _default: _nx_devkit.PromiseExecutor<SizeLimitExecutorSchema>;
33
-
34
- export { type SizeLimitExecutorSchema as S, _default as _, sizeLimitExecutorFn as s };