@integration-app/react 0.1.1 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (262) hide show
  1. package/node_modules/@compwright/namecase/LICENSE +26 -0
  2. package/node_modules/@compwright/namecase/README.md +49 -0
  3. package/node_modules/@compwright/namecase/bin/namecase +28 -0
  4. package/node_modules/@compwright/namecase/dist/namecase.min.js +4 -0
  5. package/node_modules/@compwright/namecase/dist/namecase.min.js.map +1 -0
  6. package/node_modules/@compwright/namecase/package.json +46 -0
  7. package/node_modules/@compwright/namecase/src/index.js +146 -0
  8. package/node_modules/@integration-app/sdk/bundle.js +404 -262
  9. package/node_modules/@integration-app/sdk/bundle.js.map +1 -1
  10. package/node_modules/@integration-app/sdk/client.d.ts +3 -3
  11. package/node_modules/@integration-app/sdk/data-builder/formulas/case.d.ts +3 -7
  12. package/node_modules/@integration-app/sdk/data-builder/formulas/case.js +16 -32
  13. package/node_modules/@integration-app/sdk/data-builder/formulas/case.js.map +1 -1
  14. package/node_modules/@integration-app/sdk/integrations/accessors.d.ts +0 -6
  15. package/node_modules/@integration-app/sdk/integrations/accessors.js +1 -87
  16. package/node_modules/@integration-app/sdk/integrations/accessors.js.map +1 -1
  17. package/node_modules/@integration-app/sdk/json-schema/index.d.ts +1 -1
  18. package/node_modules/@integration-app/sdk/src/client.ts +3 -3
  19. package/node_modules/@integration-app/sdk/src/data-builder/formulas/case.test.ts +11 -113
  20. package/node_modules/@integration-app/sdk/src/data-builder/formulas/case.ts +22 -46
  21. package/node_modules/@integration-app/sdk/src/integrations/accessors.ts +2 -122
  22. package/node_modules/@sinclair/typebox/package.json +40 -0
  23. package/node_modules/@sinclair/typebox/readme.md +740 -0
  24. package/node_modules/@sinclair/typebox/typebox.d.ts +351 -0
  25. package/node_modules/@sinclair/typebox/typebox.js +345 -0
  26. package/node_modules/@types/node/README.md +16 -0
  27. package/node_modules/@types/node/assert.d.ts +128 -0
  28. package/node_modules/@types/node/async_hooks.d.ts +229 -0
  29. package/node_modules/@types/node/buffer.d.ts +89 -0
  30. package/node_modules/@types/node/child_process.d.ts +514 -0
  31. package/node_modules/@types/node/cluster.d.ts +265 -0
  32. package/node_modules/@types/node/console.d.ts +142 -0
  33. package/node_modules/@types/node/constants.d.ts +18 -0
  34. package/node_modules/@types/node/crypto.d.ts +1283 -0
  35. package/node_modules/@types/node/dgram.d.ts +144 -0
  36. package/node_modules/@types/node/dns.d.ts +387 -0
  37. package/node_modules/@types/node/domain.d.ts +27 -0
  38. package/node_modules/@types/node/events.d.ts +82 -0
  39. package/node_modules/@types/node/fs/promises.d.ts +572 -0
  40. package/node_modules/@types/node/fs.d.ts +2281 -0
  41. package/node_modules/@types/node/globals.d.ts +747 -0
  42. package/node_modules/@types/node/globals.global.d.ts +1 -0
  43. package/node_modules/@types/node/http.d.ts +580 -0
  44. package/node_modules/@types/node/http2.d.ts +962 -0
  45. package/node_modules/@types/node/https.d.ts +271 -0
  46. package/node_modules/@types/node/index.d.ts +98 -0
  47. package/node_modules/@types/node/inspector.d.ts +3051 -0
  48. package/node_modules/@types/node/module.d.ts +56 -0
  49. package/node_modules/@types/node/net.d.ts +308 -0
  50. package/node_modules/@types/node/os.d.ts +243 -0
  51. package/node_modules/@types/node/package.json +232 -0
  52. package/node_modules/@types/node/path.d.ts +168 -0
  53. package/node_modules/@types/node/perf_hooks.d.ts +274 -0
  54. package/node_modules/@types/node/process.d.ts +413 -0
  55. package/node_modules/@types/node/punycode.d.ts +78 -0
  56. package/node_modules/@types/node/querystring.d.ts +31 -0
  57. package/node_modules/@types/node/readline.d.ts +174 -0
  58. package/node_modules/@types/node/repl.d.ts +398 -0
  59. package/node_modules/@types/node/stream.d.ts +359 -0
  60. package/node_modules/@types/node/string_decoder.d.ts +10 -0
  61. package/node_modules/@types/node/timers.d.ts +19 -0
  62. package/node_modules/@types/node/tls.d.ts +784 -0
  63. package/node_modules/@types/node/trace_events.d.ts +64 -0
  64. package/node_modules/@types/node/ts4.8/assert.d.ts +128 -0
  65. package/node_modules/@types/node/ts4.8/async_hooks.d.ts +229 -0
  66. package/node_modules/@types/node/ts4.8/buffer.d.ts +89 -0
  67. package/node_modules/@types/node/ts4.8/child_process.d.ts +514 -0
  68. package/node_modules/@types/node/ts4.8/cluster.d.ts +265 -0
  69. package/node_modules/@types/node/ts4.8/console.d.ts +142 -0
  70. package/node_modules/@types/node/ts4.8/constants.d.ts +18 -0
  71. package/node_modules/@types/node/ts4.8/crypto.d.ts +1283 -0
  72. package/node_modules/@types/node/ts4.8/dgram.d.ts +144 -0
  73. package/node_modules/@types/node/ts4.8/dns.d.ts +387 -0
  74. package/node_modules/@types/node/ts4.8/domain.d.ts +27 -0
  75. package/node_modules/@types/node/ts4.8/events.d.ts +82 -0
  76. package/node_modules/@types/node/ts4.8/fs/promises.d.ts +572 -0
  77. package/node_modules/@types/node/ts4.8/fs.d.ts +2281 -0
  78. package/node_modules/@types/node/ts4.8/globals.d.ts +746 -0
  79. package/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
  80. package/node_modules/@types/node/ts4.8/http.d.ts +580 -0
  81. package/node_modules/@types/node/ts4.8/http2.d.ts +962 -0
  82. package/node_modules/@types/node/ts4.8/https.d.ts +271 -0
  83. package/node_modules/@types/node/ts4.8/index.d.ts +53 -0
  84. package/node_modules/@types/node/ts4.8/inspector.d.ts +3051 -0
  85. package/node_modules/@types/node/ts4.8/module.d.ts +56 -0
  86. package/node_modules/@types/node/ts4.8/net.d.ts +308 -0
  87. package/node_modules/@types/node/ts4.8/os.d.ts +243 -0
  88. package/node_modules/@types/node/ts4.8/path.d.ts +168 -0
  89. package/node_modules/@types/node/ts4.8/perf_hooks.d.ts +274 -0
  90. package/node_modules/@types/node/ts4.8/process.d.ts +413 -0
  91. package/node_modules/@types/node/ts4.8/punycode.d.ts +78 -0
  92. package/node_modules/@types/node/ts4.8/querystring.d.ts +31 -0
  93. package/node_modules/@types/node/ts4.8/readline.d.ts +174 -0
  94. package/node_modules/@types/node/ts4.8/repl.d.ts +398 -0
  95. package/node_modules/@types/node/ts4.8/stream.d.ts +359 -0
  96. package/node_modules/@types/node/ts4.8/string_decoder.d.ts +10 -0
  97. package/node_modules/@types/node/ts4.8/timers.d.ts +19 -0
  98. package/node_modules/@types/node/ts4.8/tls.d.ts +784 -0
  99. package/node_modules/@types/node/ts4.8/trace_events.d.ts +64 -0
  100. package/node_modules/@types/node/ts4.8/tty.d.ts +69 -0
  101. package/node_modules/@types/node/ts4.8/url.d.ts +149 -0
  102. package/node_modules/@types/node/ts4.8/util.d.ts +216 -0
  103. package/node_modules/@types/node/ts4.8/v8.d.ts +190 -0
  104. package/node_modules/@types/node/ts4.8/vm.d.ts +155 -0
  105. package/node_modules/@types/node/ts4.8/wasi.d.ts +89 -0
  106. package/node_modules/@types/node/ts4.8/worker_threads.d.ts +241 -0
  107. package/node_modules/@types/node/ts4.8/zlib.d.ts +364 -0
  108. package/node_modules/@types/node/tty.d.ts +69 -0
  109. package/node_modules/@types/node/url.d.ts +149 -0
  110. package/node_modules/@types/node/util.d.ts +216 -0
  111. package/node_modules/@types/node/v8.d.ts +190 -0
  112. package/node_modules/@types/node/vm.d.ts +155 -0
  113. package/node_modules/@types/node/wasi.d.ts +89 -0
  114. package/node_modules/@types/node/worker_threads.d.ts +241 -0
  115. package/node_modules/@types/node/zlib.d.ts +364 -0
  116. package/package.json +2 -5
  117. package/node_modules/@integration-app/sdk/.DS_Store +0 -0
  118. package/node_modules/@integration-app/sdk/.gitignore +0 -11
  119. package/node_modules/@integration-app/sdk/.npmignore +0 -0
  120. package/node_modules/@integration-app/sdk/app-data-collections/app-data-collections.d.ts +0 -23
  121. package/node_modules/@integration-app/sdk/app-data-collections/app-data-collections.js.map +0 -1
  122. package/node_modules/@integration-app/sdk/app-data-schemas/app-data-schemas.d.ts +0 -20
  123. package/node_modules/@integration-app/sdk/app-data-schemas/app-data-schemas.js.map +0 -1
  124. package/node_modules/@integration-app/sdk/app-events/app-events.d.ts +0 -44
  125. package/node_modules/@integration-app/sdk/app-events/app-events.js.map +0 -1
  126. package/node_modules/@integration-app/sdk/connection-client.d.ts +0 -12
  127. package/node_modules/@integration-app/sdk/connection-client.js +0 -31
  128. package/node_modules/@integration-app/sdk/connection-client.js.map +0 -1
  129. package/node_modules/@integration-app/sdk/connections/connections.d.ts +0 -46
  130. package/node_modules/@integration-app/sdk/connections/connections.js.map +0 -1
  131. package/node_modules/@integration-app/sdk/connector-api/connector-api.d.ts +0 -157
  132. package/node_modules/@integration-app/sdk/connector-api/connector-api.js.map +0 -1
  133. package/node_modules/@integration-app/sdk/data-builder/findExternalRecordId.d.ts +0 -0
  134. package/node_modules/@integration-app/sdk/data-builder/findExternalRecordId.js.map +0 -1
  135. package/node_modules/@integration-app/sdk/data-builder/first-name.test.d.ts +0 -0
  136. package/node_modules/@integration-app/sdk/data-builder/first-name.test.js +0 -2
  137. package/node_modules/@integration-app/sdk/data-builder/first-name.test.js.map +0 -1
  138. package/node_modules/@integration-app/sdk/data-builder/formulas/anyOfOption.d.ts +0 -10
  139. package/node_modules/@integration-app/sdk/data-builder/formulas/anyOfOption.js.map +0 -1
  140. package/node_modules/@integration-app/sdk/data-builder/formulas/base.test.d.ts +0 -1
  141. package/node_modules/@integration-app/sdk/data-builder/formulas/base.test.js +0 -26
  142. package/node_modules/@integration-app/sdk/data-builder/formulas/base.test.js.map +0 -1
  143. package/node_modules/@integration-app/sdk/data-builder/formulas/case.test.d.ts +0 -1
  144. package/node_modules/@integration-app/sdk/data-builder/formulas/case.test.js +0 -246
  145. package/node_modules/@integration-app/sdk/data-builder/formulas/case.test.js.map +0 -1
  146. package/node_modules/@integration-app/sdk/data-builder/formulas/concat.test.d.ts +0 -1
  147. package/node_modules/@integration-app/sdk/data-builder/formulas/concat.test.js +0 -85
  148. package/node_modules/@integration-app/sdk/data-builder/formulas/concat.test.js.map +0 -1
  149. package/node_modules/@integration-app/sdk/data-builder/formulas/copy.test.d.ts +0 -1
  150. package/node_modules/@integration-app/sdk/data-builder/formulas/copy.test.js +0 -64
  151. package/node_modules/@integration-app/sdk/data-builder/formulas/copy.test.js.map +0 -1
  152. package/node_modules/@integration-app/sdk/data-builder/formulas/extractDate.test.d.ts +0 -1
  153. package/node_modules/@integration-app/sdk/data-builder/formulas/extractDate.test.js +0 -44
  154. package/node_modules/@integration-app/sdk/data-builder/formulas/extractDate.test.js.map +0 -1
  155. package/node_modules/@integration-app/sdk/data-builder/formulas/extractTime.test.d.ts +0 -1
  156. package/node_modules/@integration-app/sdk/data-builder/formulas/extractTime.test.js +0 -44
  157. package/node_modules/@integration-app/sdk/data-builder/formulas/extractTime.test.js.map +0 -1
  158. package/node_modules/@integration-app/sdk/data-builder/formulas/findAppRecordId.test.d.ts +0 -1
  159. package/node_modules/@integration-app/sdk/data-builder/formulas/findAppRecordId.test.js +0 -26
  160. package/node_modules/@integration-app/sdk/data-builder/formulas/findAppRecordId.test.js.map +0 -1
  161. package/node_modules/@integration-app/sdk/data-builder/formulas/findExternalRecordId.test.d.ts +0 -1
  162. package/node_modules/@integration-app/sdk/data-builder/formulas/findExternalRecordId.test.js +0 -26
  163. package/node_modules/@integration-app/sdk/data-builder/formulas/findExternalRecordId.test.js.map +0 -1
  164. package/node_modules/@integration-app/sdk/data-builder/formulas/first-name.test.d.ts +0 -1
  165. package/node_modules/@integration-app/sdk/data-builder/formulas/first-name.test.js +0 -14
  166. package/node_modules/@integration-app/sdk/data-builder/formulas/first-name.test.js.map +0 -1
  167. package/node_modules/@integration-app/sdk/data-builder/formulas/index.test.d.ts +0 -1
  168. package/node_modules/@integration-app/sdk/data-builder/formulas/index.test.js +0 -63
  169. package/node_modules/@integration-app/sdk/data-builder/formulas/index.test.js.map +0 -1
  170. package/node_modules/@integration-app/sdk/data-builder/formulas/iterate.test.d.ts +0 -1
  171. package/node_modules/@integration-app/sdk/data-builder/formulas/iterate.test.js +0 -112
  172. package/node_modules/@integration-app/sdk/data-builder/formulas/iterate.test.js.map +0 -1
  173. package/node_modules/@integration-app/sdk/data-builder/formulas/lookup.test.d.ts +0 -1
  174. package/node_modules/@integration-app/sdk/data-builder/formulas/lookup.test.js +0 -18
  175. package/node_modules/@integration-app/sdk/data-builder/formulas/lookup.test.js.map +0 -1
  176. package/node_modules/@integration-app/sdk/data-builder/formulas/map.test.d.ts +0 -1
  177. package/node_modules/@integration-app/sdk/data-builder/formulas/map.test.js +0 -114
  178. package/node_modules/@integration-app/sdk/data-builder/formulas/map.test.js.map +0 -1
  179. package/node_modules/@integration-app/sdk/data-builder/formulas/tpl.test.d.ts +0 -1
  180. package/node_modules/@integration-app/sdk/data-builder/formulas/tpl.test.js +0 -49
  181. package/node_modules/@integration-app/sdk/data-builder/formulas/tpl.test.js.map +0 -1
  182. package/node_modules/@integration-app/sdk/data-builder/formulas/types.d.ts +0 -0
  183. package/node_modules/@integration-app/sdk/data-builder/formulas/types.js.map +0 -1
  184. package/node_modules/@integration-app/sdk/data-builder/index.test.d.ts +0 -1
  185. package/node_modules/@integration-app/sdk/data-builder/index.test.js +0 -295
  186. package/node_modules/@integration-app/sdk/data-builder/index.test.js.map +0 -1
  187. package/node_modules/@integration-app/sdk/data-builder/locators.test.d.ts +0 -1
  188. package/node_modules/@integration-app/sdk/data-builder/locators.test.js +0 -775
  189. package/node_modules/@integration-app/sdk/data-builder/locators.test.js.map +0 -1
  190. package/node_modules/@integration-app/sdk/data-filter/conditions.d.ts +0 -0
  191. package/node_modules/@integration-app/sdk/data-filter/conditions.js.map +0 -1
  192. package/node_modules/@integration-app/sdk/data-filter/data-filter.test.d.ts +0 -1
  193. package/node_modules/@integration-app/sdk/data-filter/data-filter.test.js.map +0 -1
  194. package/node_modules/@integration-app/sdk/data-filter/index.test.d.ts +0 -1
  195. package/node_modules/@integration-app/sdk/data-filter/index.test.js +0 -43
  196. package/node_modules/@integration-app/sdk/data-filter/index.test.js.map +0 -1
  197. package/node_modules/@integration-app/sdk/data-filter/operators.test.d.ts +0 -1
  198. package/node_modules/@integration-app/sdk/data-filter/operators.test.js +0 -490
  199. package/node_modules/@integration-app/sdk/data-filter/operators.test.js.map +0 -1
  200. package/node_modules/@integration-app/sdk/data-links/data-links.d.ts +0 -58
  201. package/node_modules/@integration-app/sdk/data-links/data-links.js.map +0 -1
  202. package/node_modules/@integration-app/sdk/data-schema/index.test.d.ts +0 -1
  203. package/node_modules/@integration-app/sdk/data-schema/index.test.js +0 -86
  204. package/node_modules/@integration-app/sdk/data-schema/index.test.js.map +0 -1
  205. package/node_modules/@integration-app/sdk/data-sources/data-sources.d.ts +0 -41
  206. package/node_modules/@integration-app/sdk/data-sources/data-sources.js.map +0 -1
  207. package/node_modules/@integration-app/sdk/endpoints/endpoint-spec.d.ts +0 -30
  208. package/node_modules/@integration-app/sdk/endpoints/endpoint-spec.js.map +0 -1
  209. package/node_modules/@integration-app/sdk/field-mappings/field-mappings.d.ts +0 -29
  210. package/node_modules/@integration-app/sdk/field-mappings/field-mappings.js.map +0 -1
  211. package/node_modules/@integration-app/sdk/flow-runs/flow-runs.d.ts +0 -51
  212. package/node_modules/@integration-app/sdk/flow-runs/flow-runs.js.map +0 -1
  213. package/node_modules/@integration-app/sdk/flows/flows.d.ts +0 -156
  214. package/node_modules/@integration-app/sdk/flows/flows.js.map +0 -1
  215. package/node_modules/@integration-app/sdk/flows/nodes/data-record-delete-trigger.d.ts +0 -3
  216. package/node_modules/@integration-app/sdk/flows/nodes/data-record-delete-trigger.js.map +0 -1
  217. package/node_modules/@integration-app/sdk/flows/nodes/nodes.d.ts +0 -25
  218. package/node_modules/@integration-app/sdk/flows/nodes/nodes.js.map +0 -1
  219. package/node_modules/@integration-app/sdk/flows/utils.test.d.ts +0 -1
  220. package/node_modules/@integration-app/sdk/flows/utils.test.js +0 -62
  221. package/node_modules/@integration-app/sdk/flows/utils.test.js.map +0 -1
  222. package/node_modules/@integration-app/sdk/integration-elements/integration-elements.d.ts +0 -21
  223. package/node_modules/@integration-app/sdk/integration-elements/integration-elements.js.map +0 -1
  224. package/node_modules/@integration-app/sdk/integrations/integrations.d.ts +0 -48
  225. package/node_modules/@integration-app/sdk/integrations/integrations.js.map +0 -1
  226. package/node_modules/@integration-app/sdk/json-schema/json-schema.test.d.ts +0 -1
  227. package/node_modules/@integration-app/sdk/json-schema/json-schema.test.js +0 -194
  228. package/node_modules/@integration-app/sdk/json-schema/json-schema.test.js.map +0 -1
  229. package/node_modules/@integration-app/sdk/json-schema/schema-builder.test.d.ts +0 -1
  230. package/node_modules/@integration-app/sdk/json-schema/schema-builder.test.js +0 -352
  231. package/node_modules/@integration-app/sdk/json-schema/schema-builder.test.js.map +0 -1
  232. package/node_modules/@integration-app/sdk/jwt.test.d.ts +0 -1
  233. package/node_modules/@integration-app/sdk/jwt.test.js +0 -9
  234. package/node_modules/@integration-app/sdk/jwt.test.js.map +0 -1
  235. package/node_modules/@integration-app/sdk/package-lock.json +0 -3834
  236. package/node_modules/@integration-app/sdk/udm/activities.test.d.ts +0 -1
  237. package/node_modules/@integration-app/sdk/udm/activities.test.js +0 -40
  238. package/node_modules/@integration-app/sdk/udm/activities.test.js.map +0 -1
  239. package/node_modules/@integration-app/sdk/udm/campaign-members.d.ts +0 -45
  240. package/node_modules/@integration-app/sdk/udm/campaign-members.js +0 -99
  241. package/node_modules/@integration-app/sdk/udm/campaign-members.js.map +0 -1
  242. package/node_modules/@integration-app/sdk/udm/contacts.test.d.ts +0 -1
  243. package/node_modules/@integration-app/sdk/udm/contacts.test.js +0 -136
  244. package/node_modules/@integration-app/sdk/udm/contacts.test.js.map +0 -1
  245. package/node_modules/@integration-app/sdk/udm/crm-activities.d.ts +0 -17
  246. package/node_modules/@integration-app/sdk/udm/crm-activities.js.map +0 -1
  247. package/node_modules/@integration-app/sdk/udm/crm-activity.d.ts +0 -11
  248. package/node_modules/@integration-app/sdk/udm/crm-activity.js.map +0 -1
  249. package/node_modules/@integration-app/sdk/udm/crm-companies.d.ts +0 -14
  250. package/node_modules/@integration-app/sdk/udm/crm-companies.js.map +0 -1
  251. package/node_modules/@integration-app/sdk/udm/crm-contact.d.ts +0 -10
  252. package/node_modules/@integration-app/sdk/udm/crm-contact.js.map +0 -1
  253. package/node_modules/@integration-app/sdk/udm/crm-contacts.d.ts +0 -16
  254. package/node_modules/@integration-app/sdk/udm/crm-contacts.js.map +0 -1
  255. package/node_modules/@integration-app/sdk/udm/crm-deals.d.ts +0 -15
  256. package/node_modules/@integration-app/sdk/udm/crm-deals.js.map +0 -1
  257. package/node_modules/@integration-app/sdk/udm/crm-leads.d.ts +0 -16
  258. package/node_modules/@integration-app/sdk/udm/crm-leads.js.map +0 -1
  259. package/node_modules/@integration-app/sdk/udm/members.d.ts +0 -45
  260. package/node_modules/@integration-app/sdk/udm/members.js.map +0 -1
  261. package/node_modules/@integration-app/sdk/users/users.d.ts +0 -5
  262. package/node_modules/@integration-app/sdk/users/users.js.map +0 -1
@@ -0,0 +1,174 @@
1
+ declare module 'readline' {
2
+ import EventEmitter = require('events');
3
+
4
+ interface Key {
5
+ sequence?: string | undefined;
6
+ name?: string | undefined;
7
+ ctrl?: boolean | undefined;
8
+ meta?: boolean | undefined;
9
+ shift?: boolean | undefined;
10
+ }
11
+
12
+ class Interface extends EventEmitter {
13
+ readonly terminal: boolean;
14
+
15
+ // Need direct access to line/cursor data, for use in external processes
16
+ // see: https://github.com/nodejs/node/issues/30347
17
+ /** The current input data */
18
+ readonly line: string;
19
+ /** The current cursor position in the input line */
20
+ readonly cursor: number;
21
+
22
+ /**
23
+ * NOTE: According to the documentation:
24
+ *
25
+ * > Instances of the `readline.Interface` class are constructed using the
26
+ * > `readline.createInterface()` method.
27
+ *
28
+ * @see https://nodejs.org/dist/latest-v10.x/docs/api/readline.html#readline_class_interface
29
+ */
30
+ protected constructor(input: NodeJS.ReadableStream, output?: NodeJS.WritableStream, completer?: Completer | AsyncCompleter, terminal?: boolean);
31
+ /**
32
+ * NOTE: According to the documentation:
33
+ *
34
+ * > Instances of the `readline.Interface` class are constructed using the
35
+ * > `readline.createInterface()` method.
36
+ *
37
+ * @see https://nodejs.org/dist/latest-v10.x/docs/api/readline.html#readline_class_interface
38
+ */
39
+ protected constructor(options: ReadLineOptions);
40
+
41
+ setPrompt(prompt: string): void;
42
+ prompt(preserveCursor?: boolean): void;
43
+ question(query: string, callback: (answer: string) => void): void;
44
+ pause(): this;
45
+ resume(): this;
46
+ close(): void;
47
+ write(data: string | Buffer, key?: Key): void;
48
+ write(data: undefined | null | string | Buffer, key: Key): void;
49
+
50
+ /**
51
+ * Returns the real position of the cursor in relation to the input
52
+ * prompt + string. Long input (wrapping) strings, as well as multiple
53
+ * line prompts are included in the calculations.
54
+ */
55
+ getCursorPos(): CursorPos;
56
+
57
+ /**
58
+ * events.EventEmitter
59
+ * 1. close
60
+ * 2. line
61
+ * 3. pause
62
+ * 4. resume
63
+ * 5. SIGCONT
64
+ * 6. SIGINT
65
+ * 7. SIGTSTP
66
+ */
67
+
68
+ addListener(event: string, listener: (...args: any[]) => void): this;
69
+ addListener(event: "close", listener: () => void): this;
70
+ addListener(event: "line", listener: (input: string) => void): this;
71
+ addListener(event: "pause", listener: () => void): this;
72
+ addListener(event: "resume", listener: () => void): this;
73
+ addListener(event: "SIGCONT", listener: () => void): this;
74
+ addListener(event: "SIGINT", listener: () => void): this;
75
+ addListener(event: "SIGTSTP", listener: () => void): this;
76
+
77
+ emit(event: string | symbol, ...args: any[]): boolean;
78
+ emit(event: "close"): boolean;
79
+ emit(event: "line", input: string): boolean;
80
+ emit(event: "pause"): boolean;
81
+ emit(event: "resume"): boolean;
82
+ emit(event: "SIGCONT"): boolean;
83
+ emit(event: "SIGINT"): boolean;
84
+ emit(event: "SIGTSTP"): boolean;
85
+
86
+ on(event: string, listener: (...args: any[]) => void): this;
87
+ on(event: "close", listener: () => void): this;
88
+ on(event: "line", listener: (input: string) => void): this;
89
+ on(event: "pause", listener: () => void): this;
90
+ on(event: "resume", listener: () => void): this;
91
+ on(event: "SIGCONT", listener: () => void): this;
92
+ on(event: "SIGINT", listener: () => void): this;
93
+ on(event: "SIGTSTP", listener: () => void): this;
94
+
95
+ once(event: string, listener: (...args: any[]) => void): this;
96
+ once(event: "close", listener: () => void): this;
97
+ once(event: "line", listener: (input: string) => void): this;
98
+ once(event: "pause", listener: () => void): this;
99
+ once(event: "resume", listener: () => void): this;
100
+ once(event: "SIGCONT", listener: () => void): this;
101
+ once(event: "SIGINT", listener: () => void): this;
102
+ once(event: "SIGTSTP", listener: () => void): this;
103
+
104
+ prependListener(event: string, listener: (...args: any[]) => void): this;
105
+ prependListener(event: "close", listener: () => void): this;
106
+ prependListener(event: "line", listener: (input: string) => void): this;
107
+ prependListener(event: "pause", listener: () => void): this;
108
+ prependListener(event: "resume", listener: () => void): this;
109
+ prependListener(event: "SIGCONT", listener: () => void): this;
110
+ prependListener(event: "SIGINT", listener: () => void): this;
111
+ prependListener(event: "SIGTSTP", listener: () => void): this;
112
+
113
+ prependOnceListener(event: string, listener: (...args: any[]) => void): this;
114
+ prependOnceListener(event: "close", listener: () => void): this;
115
+ prependOnceListener(event: "line", listener: (input: string) => void): this;
116
+ prependOnceListener(event: "pause", listener: () => void): this;
117
+ prependOnceListener(event: "resume", listener: () => void): this;
118
+ prependOnceListener(event: "SIGCONT", listener: () => void): this;
119
+ prependOnceListener(event: "SIGINT", listener: () => void): this;
120
+ prependOnceListener(event: "SIGTSTP", listener: () => void): this;
121
+ [Symbol.asyncIterator](): AsyncIterableIterator<string>;
122
+ }
123
+
124
+ type ReadLine = Interface; // type forwarded for backwards compatibility
125
+
126
+ type Completer = (line: string) => CompleterResult;
127
+ type AsyncCompleter = (line: string, callback: (err?: null | Error, result?: CompleterResult) => void) => any;
128
+
129
+ type CompleterResult = [string[], string];
130
+
131
+ interface ReadLineOptions {
132
+ input: NodeJS.ReadableStream;
133
+ output?: NodeJS.WritableStream | undefined;
134
+ completer?: Completer | AsyncCompleter | undefined;
135
+ terminal?: boolean | undefined;
136
+ historySize?: number | undefined;
137
+ prompt?: string | undefined;
138
+ crlfDelay?: number | undefined;
139
+ removeHistoryDuplicates?: boolean | undefined;
140
+ escapeCodeTimeout?: number | undefined;
141
+ tabSize?: number | undefined;
142
+ }
143
+
144
+ function createInterface(input: NodeJS.ReadableStream, output?: NodeJS.WritableStream, completer?: Completer | AsyncCompleter, terminal?: boolean): Interface;
145
+ function createInterface(options: ReadLineOptions): Interface;
146
+ function emitKeypressEvents(stream: NodeJS.ReadableStream, readlineInterface?: Interface): void;
147
+
148
+ type Direction = -1 | 0 | 1;
149
+
150
+ interface CursorPos {
151
+ rows: number;
152
+ cols: number;
153
+ }
154
+
155
+ /**
156
+ * Clears the current line of this WriteStream in a direction identified by `dir`.
157
+ */
158
+ function clearLine(stream: NodeJS.WritableStream, dir: Direction, callback?: () => void): boolean;
159
+ /**
160
+ * Clears this `WriteStream` from the current cursor down.
161
+ */
162
+ function clearScreenDown(stream: NodeJS.WritableStream, callback?: () => void): boolean;
163
+ /**
164
+ * Moves this WriteStream's cursor to the specified position.
165
+ */
166
+ function cursorTo(stream: NodeJS.WritableStream, x: number, y?: number, callback?: () => void): boolean;
167
+ /**
168
+ * Moves this WriteStream's cursor relative to its current position.
169
+ */
170
+ function moveCursor(stream: NodeJS.WritableStream, dx: number, dy: number, callback?: () => void): boolean;
171
+ }
172
+ declare module 'node:readline' {
173
+ export * from 'readline';
174
+ }
@@ -0,0 +1,398 @@
1
+ declare module 'repl' {
2
+ import { Interface, Completer, AsyncCompleter } from 'readline';
3
+ import { Context } from 'vm';
4
+ import { InspectOptions } from 'util';
5
+
6
+ interface ReplOptions {
7
+ /**
8
+ * The input prompt to display.
9
+ * @default "> "
10
+ */
11
+ prompt?: string | undefined;
12
+ /**
13
+ * The `Readable` stream from which REPL input will be read.
14
+ * @default process.stdin
15
+ */
16
+ input?: NodeJS.ReadableStream | undefined;
17
+ /**
18
+ * The `Writable` stream to which REPL output will be written.
19
+ * @default process.stdout
20
+ */
21
+ output?: NodeJS.WritableStream | undefined;
22
+ /**
23
+ * If `true`, specifies that the output should be treated as a TTY terminal, and have
24
+ * ANSI/VT100 escape codes written to it.
25
+ * Default: checking the value of the `isTTY` property on the output stream upon
26
+ * instantiation.
27
+ */
28
+ terminal?: boolean | undefined;
29
+ /**
30
+ * The function to be used when evaluating each given line of input.
31
+ * Default: an async wrapper for the JavaScript `eval()` function. An `eval` function can
32
+ * error with `repl.Recoverable` to indicate the input was incomplete and prompt for
33
+ * additional lines.
34
+ *
35
+ * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_default_evaluation
36
+ * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_custom_evaluation_functions
37
+ */
38
+ eval?: REPLEval | undefined;
39
+ /**
40
+ * Defines if the repl prints output previews or not.
41
+ * @default `true` Always `false` in case `terminal` is falsy.
42
+ */
43
+ preview?: boolean | undefined;
44
+ /**
45
+ * If `true`, specifies that the default `writer` function should include ANSI color
46
+ * styling to REPL output. If a custom `writer` function is provided then this has no
47
+ * effect.
48
+ * Default: the REPL instance's `terminal` value.
49
+ */
50
+ useColors?: boolean | undefined;
51
+ /**
52
+ * If `true`, specifies that the default evaluation function will use the JavaScript
53
+ * `global` as the context as opposed to creating a new separate context for the REPL
54
+ * instance. The node CLI REPL sets this value to `true`.
55
+ * Default: `false`.
56
+ */
57
+ useGlobal?: boolean | undefined;
58
+ /**
59
+ * If `true`, specifies that the default writer will not output the return value of a
60
+ * command if it evaluates to `undefined`.
61
+ * Default: `false`.
62
+ */
63
+ ignoreUndefined?: boolean | undefined;
64
+ /**
65
+ * The function to invoke to format the output of each command before writing to `output`.
66
+ * Default: a wrapper for `util.inspect`.
67
+ *
68
+ * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_customizing_repl_output
69
+ */
70
+ writer?: REPLWriter | undefined;
71
+ /**
72
+ * An optional function used for custom Tab auto completion.
73
+ *
74
+ * @see https://nodejs.org/dist/latest-v11.x/docs/api/readline.html#readline_use_of_the_completer_function
75
+ */
76
+ completer?: Completer | AsyncCompleter | undefined;
77
+ /**
78
+ * A flag that specifies whether the default evaluator executes all JavaScript commands in
79
+ * strict mode or default (sloppy) mode.
80
+ * Accepted values are:
81
+ * - `repl.REPL_MODE_SLOPPY` - evaluates expressions in sloppy mode.
82
+ * - `repl.REPL_MODE_STRICT` - evaluates expressions in strict mode. This is equivalent to
83
+ * prefacing every repl statement with `'use strict'`.
84
+ */
85
+ replMode?: typeof REPL_MODE_SLOPPY | typeof REPL_MODE_STRICT | undefined;
86
+ /**
87
+ * Stop evaluating the current piece of code when `SIGINT` is received, i.e. `Ctrl+C` is
88
+ * pressed. This cannot be used together with a custom `eval` function.
89
+ * Default: `false`.
90
+ */
91
+ breakEvalOnSigint?: boolean | undefined;
92
+ }
93
+
94
+ type REPLEval = (this: REPLServer, evalCmd: string, context: Context, file: string, cb: (err: Error | null, result: any) => void) => void;
95
+ type REPLWriter = (this: REPLServer, obj: any) => string;
96
+
97
+ /**
98
+ * This is the default "writer" value, if none is passed in the REPL options,
99
+ * and it can be overridden by custom print functions.
100
+ */
101
+ const writer: REPLWriter & { options: InspectOptions };
102
+
103
+ type REPLCommandAction = (this: REPLServer, text: string) => void;
104
+
105
+ interface REPLCommand {
106
+ /**
107
+ * Help text to be displayed when `.help` is entered.
108
+ */
109
+ help?: string | undefined;
110
+ /**
111
+ * The function to execute, optionally accepting a single string argument.
112
+ */
113
+ action: REPLCommandAction;
114
+ }
115
+
116
+ /**
117
+ * Provides a customizable Read-Eval-Print-Loop (REPL).
118
+ *
119
+ * Instances of `repl.REPLServer` will accept individual lines of user input, evaluate those
120
+ * according to a user-defined evaluation function, then output the result. Input and output
121
+ * may be from `stdin` and `stdout`, respectively, or may be connected to any Node.js `stream`.
122
+ *
123
+ * Instances of `repl.REPLServer` support automatic completion of inputs, simplistic Emacs-style
124
+ * line editing, multi-line inputs, ANSI-styled output, saving and restoring current REPL session
125
+ * state, error recovery, and customizable evaluation functions.
126
+ *
127
+ * Instances of `repl.REPLServer` are created using the `repl.start()` method and _should not_
128
+ * be created directly using the JavaScript `new` keyword.
129
+ *
130
+ * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_repl
131
+ */
132
+ class REPLServer extends Interface {
133
+ /**
134
+ * The `vm.Context` provided to the `eval` function to be used for JavaScript
135
+ * evaluation.
136
+ */
137
+ readonly context: Context;
138
+ /**
139
+ * @deprecated since v14.3.0 - Use `input` instead.
140
+ */
141
+ readonly inputStream: NodeJS.ReadableStream;
142
+ /**
143
+ * @deprecated since v14.3.0 - Use `output` instead.
144
+ */
145
+ readonly outputStream: NodeJS.WritableStream;
146
+ /**
147
+ * The `Readable` stream from which REPL input will be read.
148
+ */
149
+ readonly input: NodeJS.ReadableStream;
150
+ /**
151
+ * The `Writable` stream to which REPL output will be written.
152
+ */
153
+ readonly output: NodeJS.WritableStream;
154
+ /**
155
+ * The commands registered via `replServer.defineCommand()`.
156
+ */
157
+ readonly commands: NodeJS.ReadOnlyDict<REPLCommand>;
158
+ /**
159
+ * A value indicating whether the REPL is currently in "editor mode".
160
+ *
161
+ * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_commands_and_special_keys
162
+ */
163
+ readonly editorMode: boolean;
164
+ /**
165
+ * A value indicating whether the `_` variable has been assigned.
166
+ *
167
+ * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable
168
+ */
169
+ readonly underscoreAssigned: boolean;
170
+ /**
171
+ * The last evaluation result from the REPL (assigned to the `_` variable inside of the REPL).
172
+ *
173
+ * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable
174
+ */
175
+ readonly last: any;
176
+ /**
177
+ * A value indicating whether the `_error` variable has been assigned.
178
+ *
179
+ * @since v9.8.0
180
+ * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable
181
+ */
182
+ readonly underscoreErrAssigned: boolean;
183
+ /**
184
+ * The last error raised inside the REPL (assigned to the `_error` variable inside of the REPL).
185
+ *
186
+ * @since v9.8.0
187
+ * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable
188
+ */
189
+ readonly lastError: any;
190
+ /**
191
+ * Specified in the REPL options, this is the function to be used when evaluating each
192
+ * given line of input. If not specified in the REPL options, this is an async wrapper
193
+ * for the JavaScript `eval()` function.
194
+ */
195
+ readonly eval: REPLEval;
196
+ /**
197
+ * Specified in the REPL options, this is a value indicating whether the default
198
+ * `writer` function should include ANSI color styling to REPL output.
199
+ */
200
+ readonly useColors: boolean;
201
+ /**
202
+ * Specified in the REPL options, this is a value indicating whether the default `eval`
203
+ * function will use the JavaScript `global` as the context as opposed to creating a new
204
+ * separate context for the REPL instance.
205
+ */
206
+ readonly useGlobal: boolean;
207
+ /**
208
+ * Specified in the REPL options, this is a value indicating whether the default `writer`
209
+ * function should output the result of a command if it evaluates to `undefined`.
210
+ */
211
+ readonly ignoreUndefined: boolean;
212
+ /**
213
+ * Specified in the REPL options, this is the function to invoke to format the output of
214
+ * each command before writing to `outputStream`. If not specified in the REPL options,
215
+ * this will be a wrapper for `util.inspect`.
216
+ */
217
+ readonly writer: REPLWriter;
218
+ /**
219
+ * Specified in the REPL options, this is the function to use for custom Tab auto-completion.
220
+ */
221
+ readonly completer: Completer | AsyncCompleter;
222
+ /**
223
+ * Specified in the REPL options, this is a flag that specifies whether the default `eval`
224
+ * function should execute all JavaScript commands in strict mode or default (sloppy) mode.
225
+ * Possible values are:
226
+ * - `repl.REPL_MODE_SLOPPY` - evaluates expressions in sloppy mode.
227
+ * - `repl.REPL_MODE_STRICT` - evaluates expressions in strict mode. This is equivalent to
228
+ * prefacing every repl statement with `'use strict'`.
229
+ */
230
+ readonly replMode: typeof REPL_MODE_SLOPPY | typeof REPL_MODE_STRICT;
231
+
232
+ /**
233
+ * NOTE: According to the documentation:
234
+ *
235
+ * > Instances of `repl.REPLServer` are created using the `repl.start()` method and
236
+ * > _should not_ be created directly using the JavaScript `new` keyword.
237
+ *
238
+ * `REPLServer` cannot be subclassed due to implementation specifics in NodeJS.
239
+ *
240
+ * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_class_replserver
241
+ */
242
+ private constructor();
243
+
244
+ /**
245
+ * Used to add new `.`-prefixed commands to the REPL instance. Such commands are invoked
246
+ * by typing a `.` followed by the `keyword`.
247
+ *
248
+ * @param keyword The command keyword (_without_ a leading `.` character).
249
+ * @param cmd The function to invoke when the command is processed.
250
+ *
251
+ * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_replserver_definecommand_keyword_cmd
252
+ */
253
+ defineCommand(keyword: string, cmd: REPLCommandAction | REPLCommand): void;
254
+ /**
255
+ * Readies the REPL instance for input from the user, printing the configured `prompt` to a
256
+ * new line in the `output` and resuming the `input` to accept new input.
257
+ *
258
+ * When multi-line input is being entered, an ellipsis is printed rather than the 'prompt'.
259
+ *
260
+ * This method is primarily intended to be called from within the action function for
261
+ * commands registered using the `replServer.defineCommand()` method.
262
+ *
263
+ * @param preserveCursor When `true`, the cursor placement will not be reset to `0`.
264
+ */
265
+ displayPrompt(preserveCursor?: boolean): void;
266
+ /**
267
+ * Clears any command that has been buffered but not yet executed.
268
+ *
269
+ * This method is primarily intended to be called from within the action function for
270
+ * commands registered using the `replServer.defineCommand()` method.
271
+ *
272
+ * @since v9.0.0
273
+ */
274
+ clearBufferedCommand(): void;
275
+
276
+ /**
277
+ * Initializes a history log file for the REPL instance. When executing the
278
+ * Node.js binary and using the command line REPL, a history file is initialized
279
+ * by default. However, this is not the case when creating a REPL
280
+ * programmatically. Use this method to initialize a history log file when working
281
+ * with REPL instances programmatically.
282
+ * @param path The path to the history file
283
+ */
284
+ setupHistory(path: string, cb: (err: Error | null, repl: this) => void): void;
285
+
286
+ /**
287
+ * events.EventEmitter
288
+ * 1. close - inherited from `readline.Interface`
289
+ * 2. line - inherited from `readline.Interface`
290
+ * 3. pause - inherited from `readline.Interface`
291
+ * 4. resume - inherited from `readline.Interface`
292
+ * 5. SIGCONT - inherited from `readline.Interface`
293
+ * 6. SIGINT - inherited from `readline.Interface`
294
+ * 7. SIGTSTP - inherited from `readline.Interface`
295
+ * 8. exit
296
+ * 9. reset
297
+ */
298
+
299
+ addListener(event: string, listener: (...args: any[]) => void): this;
300
+ addListener(event: "close", listener: () => void): this;
301
+ addListener(event: "line", listener: (input: string) => void): this;
302
+ addListener(event: "pause", listener: () => void): this;
303
+ addListener(event: "resume", listener: () => void): this;
304
+ addListener(event: "SIGCONT", listener: () => void): this;
305
+ addListener(event: "SIGINT", listener: () => void): this;
306
+ addListener(event: "SIGTSTP", listener: () => void): this;
307
+ addListener(event: "exit", listener: () => void): this;
308
+ addListener(event: "reset", listener: (context: Context) => void): this;
309
+
310
+ emit(event: string | symbol, ...args: any[]): boolean;
311
+ emit(event: "close"): boolean;
312
+ emit(event: "line", input: string): boolean;
313
+ emit(event: "pause"): boolean;
314
+ emit(event: "resume"): boolean;
315
+ emit(event: "SIGCONT"): boolean;
316
+ emit(event: "SIGINT"): boolean;
317
+ emit(event: "SIGTSTP"): boolean;
318
+ emit(event: "exit"): boolean;
319
+ emit(event: "reset", context: Context): boolean;
320
+
321
+ on(event: string, listener: (...args: any[]) => void): this;
322
+ on(event: "close", listener: () => void): this;
323
+ on(event: "line", listener: (input: string) => void): this;
324
+ on(event: "pause", listener: () => void): this;
325
+ on(event: "resume", listener: () => void): this;
326
+ on(event: "SIGCONT", listener: () => void): this;
327
+ on(event: "SIGINT", listener: () => void): this;
328
+ on(event: "SIGTSTP", listener: () => void): this;
329
+ on(event: "exit", listener: () => void): this;
330
+ on(event: "reset", listener: (context: Context) => void): this;
331
+
332
+ once(event: string, listener: (...args: any[]) => void): this;
333
+ once(event: "close", listener: () => void): this;
334
+ once(event: "line", listener: (input: string) => void): this;
335
+ once(event: "pause", listener: () => void): this;
336
+ once(event: "resume", listener: () => void): this;
337
+ once(event: "SIGCONT", listener: () => void): this;
338
+ once(event: "SIGINT", listener: () => void): this;
339
+ once(event: "SIGTSTP", listener: () => void): this;
340
+ once(event: "exit", listener: () => void): this;
341
+ once(event: "reset", listener: (context: Context) => void): this;
342
+
343
+ prependListener(event: string, listener: (...args: any[]) => void): this;
344
+ prependListener(event: "close", listener: () => void): this;
345
+ prependListener(event: "line", listener: (input: string) => void): this;
346
+ prependListener(event: "pause", listener: () => void): this;
347
+ prependListener(event: "resume", listener: () => void): this;
348
+ prependListener(event: "SIGCONT", listener: () => void): this;
349
+ prependListener(event: "SIGINT", listener: () => void): this;
350
+ prependListener(event: "SIGTSTP", listener: () => void): this;
351
+ prependListener(event: "exit", listener: () => void): this;
352
+ prependListener(event: "reset", listener: (context: Context) => void): this;
353
+
354
+ prependOnceListener(event: string, listener: (...args: any[]) => void): this;
355
+ prependOnceListener(event: "close", listener: () => void): this;
356
+ prependOnceListener(event: "line", listener: (input: string) => void): this;
357
+ prependOnceListener(event: "pause", listener: () => void): this;
358
+ prependOnceListener(event: "resume", listener: () => void): this;
359
+ prependOnceListener(event: "SIGCONT", listener: () => void): this;
360
+ prependOnceListener(event: "SIGINT", listener: () => void): this;
361
+ prependOnceListener(event: "SIGTSTP", listener: () => void): this;
362
+ prependOnceListener(event: "exit", listener: () => void): this;
363
+ prependOnceListener(event: "reset", listener: (context: Context) => void): this;
364
+ }
365
+
366
+ /**
367
+ * A flag passed in the REPL options. Evaluates expressions in sloppy mode.
368
+ */
369
+ const REPL_MODE_SLOPPY: unique symbol;
370
+
371
+ /**
372
+ * A flag passed in the REPL options. Evaluates expressions in strict mode.
373
+ * This is equivalent to prefacing every repl statement with `'use strict'`.
374
+ */
375
+ const REPL_MODE_STRICT: unique symbol;
376
+
377
+ /**
378
+ * Creates and starts a `repl.REPLServer` instance.
379
+ *
380
+ * @param options The options for the `REPLServer`. If `options` is a string, then it specifies
381
+ * the input prompt.
382
+ */
383
+ function start(options?: string | ReplOptions): REPLServer;
384
+
385
+ /**
386
+ * Indicates a recoverable error that a `REPLServer` can use to support multi-line input.
387
+ *
388
+ * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_recoverable_errors
389
+ */
390
+ class Recoverable extends SyntaxError {
391
+ err: Error;
392
+
393
+ constructor(err: Error);
394
+ }
395
+ }
396
+ declare module 'node:repl' {
397
+ export * from 'repl';
398
+ }