@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,572 @@
1
+ declare module 'fs/promises' {
2
+ import {
3
+ BaseEncodingOptions,
4
+ BigIntStats,
5
+ BufferEncodingOption,
6
+ constants as fsConstants,
7
+ Dir,
8
+ Dirent,
9
+ MakeDirectoryOptions,
10
+ Mode,
11
+ OpenDirOptions,
12
+ OpenMode,
13
+ PathLike,
14
+ ReadVResult,
15
+ RmDirOptions,
16
+ RmOptions,
17
+ StatOptions,
18
+ Stats,
19
+ WriteVResult,
20
+ } from 'fs';
21
+
22
+ interface FileHandle {
23
+ /**
24
+ * Gets the file descriptor for this file handle.
25
+ */
26
+ readonly fd: number;
27
+
28
+ /**
29
+ * Asynchronously append data to a file, creating the file if it does not exist. The underlying file will _not_ be closed automatically.
30
+ * The `FileHandle` must have been opened for appending.
31
+ * @param data The data to write. If something other than a `Buffer` or `Uint8Array` is provided, the value is coerced to a string.
32
+ * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag.
33
+ * If `encoding` is not supplied, the default of `'utf8'` is used.
34
+ * If `mode` is not supplied, the default of `0o666` is used.
35
+ * If `mode` is a string, it is parsed as an octal integer.
36
+ * If `flag` is not supplied, the default of `'a'` is used.
37
+ */
38
+ appendFile(data: string | Uint8Array, options?: BaseEncodingOptions & { mode?: Mode | undefined, flag?: OpenMode | undefined } | BufferEncoding | null): Promise<void>;
39
+
40
+ /**
41
+ * Asynchronous fchown(2) - Change ownership of a file.
42
+ */
43
+ chown(uid: number, gid: number): Promise<void>;
44
+
45
+ /**
46
+ * Asynchronous fchmod(2) - Change permissions of a file.
47
+ * @param mode A file mode. If a string is passed, it is parsed as an octal integer.
48
+ */
49
+ chmod(mode: Mode): Promise<void>;
50
+
51
+ /**
52
+ * Asynchronous fdatasync(2) - synchronize a file's in-core state with storage device.
53
+ */
54
+ datasync(): Promise<void>;
55
+
56
+ /**
57
+ * Asynchronous fsync(2) - synchronize a file's in-core state with the underlying storage device.
58
+ */
59
+ sync(): Promise<void>;
60
+
61
+ /**
62
+ * Asynchronously reads data from the file.
63
+ * The `FileHandle` must have been opened for reading.
64
+ * @param buffer The buffer that the data will be written to.
65
+ * @param offset The offset in the buffer at which to start writing.
66
+ * @param length The number of bytes to read.
67
+ * @param position The offset from the beginning of the file from which data should be read. If `null`, data will be read from the current position.
68
+ */
69
+ read<TBuffer extends Uint8Array>(buffer: TBuffer, offset?: number | null, length?: number | null, position?: number | null): Promise<{ bytesRead: number, buffer: TBuffer }>;
70
+
71
+ /**
72
+ * Asynchronously reads the entire contents of a file. The underlying file will _not_ be closed automatically.
73
+ * The `FileHandle` must have been opened for reading.
74
+ * @param options An object that may contain an optional flag.
75
+ * If a flag is not provided, it defaults to `'r'`.
76
+ */
77
+ readFile(options?: { encoding?: null | undefined, flag?: OpenMode | undefined } | null): Promise<Buffer>;
78
+
79
+ /**
80
+ * Asynchronously reads the entire contents of a file. The underlying file will _not_ be closed automatically.
81
+ * The `FileHandle` must have been opened for reading.
82
+ * @param options An object that may contain an optional flag.
83
+ * If a flag is not provided, it defaults to `'r'`.
84
+ */
85
+ readFile(options: { encoding: BufferEncoding, flag?: OpenMode | undefined } | BufferEncoding): Promise<string>;
86
+
87
+ /**
88
+ * Asynchronously reads the entire contents of a file. The underlying file will _not_ be closed automatically.
89
+ * The `FileHandle` must have been opened for reading.
90
+ * @param options An object that may contain an optional flag.
91
+ * If a flag is not provided, it defaults to `'r'`.
92
+ */
93
+ readFile(options?: BaseEncodingOptions & { flag?: OpenMode | undefined } | BufferEncoding | null): Promise<string | Buffer>;
94
+
95
+ /**
96
+ * Asynchronous fstat(2) - Get file status.
97
+ */
98
+ stat(opts?: StatOptions & { bigint?: false | undefined }): Promise<Stats>;
99
+ stat(opts: StatOptions & { bigint: true }): Promise<BigIntStats>;
100
+ stat(opts?: StatOptions): Promise<Stats | BigIntStats>;
101
+
102
+ /**
103
+ * Asynchronous ftruncate(2) - Truncate a file to a specified length.
104
+ * @param len If not specified, defaults to `0`.
105
+ */
106
+ truncate(len?: number): Promise<void>;
107
+
108
+ /**
109
+ * Asynchronously change file timestamps of the file.
110
+ * @param atime The last access time. If a string is provided, it will be coerced to number.
111
+ * @param mtime The last modified time. If a string is provided, it will be coerced to number.
112
+ */
113
+ utimes(atime: string | number | Date, mtime: string | number | Date): Promise<void>;
114
+
115
+ /**
116
+ * Asynchronously writes `buffer` to the file.
117
+ * The `FileHandle` must have been opened for writing.
118
+ * @param buffer The buffer that the data will be written to.
119
+ * @param offset The part of the buffer to be written. If not supplied, defaults to `0`.
120
+ * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`.
121
+ * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position.
122
+ */
123
+ write<TBuffer extends Uint8Array>(buffer: TBuffer, offset?: number | null, length?: number | null, position?: number | null): Promise<{ bytesWritten: number, buffer: TBuffer }>;
124
+
125
+ /**
126
+ * Asynchronously writes `string` to the file.
127
+ * The `FileHandle` must have been opened for writing.
128
+ * It is unsafe to call `write()` multiple times on the same file without waiting for the `Promise`
129
+ * to be resolved (or rejected). For this scenario, `fs.createWriteStream` is strongly recommended.
130
+ * @param string A string to write.
131
+ * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position.
132
+ * @param encoding The expected string encoding.
133
+ */
134
+ write(data: string | Uint8Array, position?: number | null, encoding?: BufferEncoding | null): Promise<{ bytesWritten: number, buffer: string }>;
135
+
136
+ /**
137
+ * Asynchronously writes data to a file, replacing the file if it already exists. The underlying file will _not_ be closed automatically.
138
+ * The `FileHandle` must have been opened for writing.
139
+ * It is unsafe to call `writeFile()` multiple times on the same file without waiting for the `Promise` to be resolved (or rejected).
140
+ * @param data The data to write. If something other than a `Buffer` or `Uint8Array` is provided, the value is coerced to a string.
141
+ * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag.
142
+ * If `encoding` is not supplied, the default of `'utf8'` is used.
143
+ * If `mode` is not supplied, the default of `0o666` is used.
144
+ * If `mode` is a string, it is parsed as an octal integer.
145
+ * If `flag` is not supplied, the default of `'w'` is used.
146
+ */
147
+ writeFile(data: string | Uint8Array, options?: BaseEncodingOptions & { mode?: Mode | undefined, flag?: OpenMode | undefined } | BufferEncoding | null): Promise<void>;
148
+
149
+ /**
150
+ * See `fs.writev` promisified version.
151
+ */
152
+ writev(buffers: ReadonlyArray<NodeJS.ArrayBufferView>, position?: number): Promise<WriteVResult>;
153
+
154
+ /**
155
+ * See `fs.readv` promisified version.
156
+ */
157
+ readv(buffers: ReadonlyArray<NodeJS.ArrayBufferView>, position?: number): Promise<ReadVResult>;
158
+
159
+ /**
160
+ * Asynchronous close(2) - close a `FileHandle`.
161
+ */
162
+ close(): Promise<void>;
163
+ }
164
+
165
+ const constants: typeof fsConstants;
166
+
167
+ /**
168
+ * Asynchronously tests a user's permissions for the file specified by path.
169
+ * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol.
170
+ * URL support is _experimental_.
171
+ */
172
+ function access(path: PathLike, mode?: number): Promise<void>;
173
+
174
+ /**
175
+ * Asynchronously copies `src` to `dest`. By default, `dest` is overwritten if it already exists.
176
+ * Node.js makes no guarantees about the atomicity of the copy operation.
177
+ * If an error occurs after the destination file has been opened for writing, Node.js will attempt
178
+ * to remove the destination.
179
+ * @param src A path to the source file.
180
+ * @param dest A path to the destination file.
181
+ * @param flags An optional integer that specifies the behavior of the copy operation. The only
182
+ * supported flag is `fs.constants.COPYFILE_EXCL`, which causes the copy operation to fail if
183
+ * `dest` already exists.
184
+ */
185
+ function copyFile(src: PathLike, dest: PathLike, flags?: number): Promise<void>;
186
+
187
+ /**
188
+ * Asynchronous open(2) - open and possibly create a file.
189
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
190
+ * @param [flags='r'] See `support of file system `flags``.
191
+ * @param [mode] A file mode. If a string is passed, it is parsed as an octal integer. If not
192
+ * supplied, defaults to `0o666`.
193
+ */
194
+ function open(path: PathLike, flags?: string | number, mode?: string | number): Promise<FileHandle>;
195
+
196
+ /**
197
+ * Asynchronously reads data from the file referenced by the supplied `FileHandle`.
198
+ * @param handle A `FileHandle`.
199
+ * @param buffer The buffer that the data will be written to.
200
+ * @param offset The offset in the buffer at which to start writing.
201
+ * @param length The number of bytes to read.
202
+ * @param position The offset from the beginning of the file from which data should be read. If
203
+ * `null`, data will be read from the current position.
204
+ */
205
+ function read<TBuffer extends Uint8Array>(
206
+ handle: FileHandle,
207
+ buffer: TBuffer,
208
+ offset?: number | null,
209
+ length?: number | null,
210
+ position?: number | null,
211
+ ): Promise<{ bytesRead: number, buffer: TBuffer }>;
212
+
213
+ /**
214
+ * Asynchronously writes `buffer` to the file referenced by the supplied `FileHandle`.
215
+ * It is unsafe to call `fsPromises.write()` multiple times on the same file without waiting for the `Promise`
216
+ * to be resolved (or rejected). For this scenario, `fs.createWriteStream` is strongly recommended.
217
+ * @param handle A `FileHandle`.
218
+ * @param buffer The buffer that the data will be written to.
219
+ * @param offset The part of the buffer to be written. If not supplied, defaults to `0`.
220
+ * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`.
221
+ * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position.
222
+ */
223
+ function write<TBuffer extends Uint8Array>(
224
+ handle: FileHandle,
225
+ buffer: TBuffer,
226
+ offset?: number | null,
227
+ length?: number | null, position?: number | null): Promise<{ bytesWritten: number, buffer: TBuffer }>;
228
+
229
+ /**
230
+ * Asynchronously writes `string` to the file referenced by the supplied `FileHandle`.
231
+ * It is unsafe to call `fsPromises.write()` multiple times on the same file without waiting for the `Promise`
232
+ * to be resolved (or rejected). For this scenario, `fs.createWriteStream` is strongly recommended.
233
+ * @param handle A `FileHandle`.
234
+ * @param string A string to write.
235
+ * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position.
236
+ * @param encoding The expected string encoding.
237
+ */
238
+ function write(handle: FileHandle, string: string, position?: number | null, encoding?: BufferEncoding | null): Promise<{ bytesWritten: number, buffer: string }>;
239
+
240
+ /**
241
+ * Asynchronous rename(2) - Change the name or location of a file or directory.
242
+ * @param oldPath A path to a file. If a URL is provided, it must use the `file:` protocol.
243
+ * URL support is _experimental_.
244
+ * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol.
245
+ * URL support is _experimental_.
246
+ */
247
+ function rename(oldPath: PathLike, newPath: PathLike): Promise<void>;
248
+
249
+ /**
250
+ * Asynchronous truncate(2) - Truncate a file to a specified length.
251
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
252
+ * @param len If not specified, defaults to `0`.
253
+ */
254
+ function truncate(path: PathLike, len?: number): Promise<void>;
255
+
256
+ /**
257
+ * Asynchronous ftruncate(2) - Truncate a file to a specified length.
258
+ * @param handle A `FileHandle`.
259
+ * @param len If not specified, defaults to `0`.
260
+ */
261
+ function ftruncate(handle: FileHandle, len?: number): Promise<void>;
262
+
263
+ /**
264
+ * Asynchronous rmdir(2) - delete a directory.
265
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
266
+ */
267
+ function rmdir(path: PathLike, options?: RmDirOptions): Promise<void>;
268
+
269
+ /**
270
+ * Asynchronously removes files and directories (modeled on the standard POSIX `rm` utility).
271
+ */
272
+ function rm(path: PathLike, options?: RmOptions): Promise<void>;
273
+
274
+ /**
275
+ * Asynchronous fdatasync(2) - synchronize a file's in-core state with storage device.
276
+ * @param handle A `FileHandle`.
277
+ */
278
+ function fdatasync(handle: FileHandle): Promise<void>;
279
+
280
+ /**
281
+ * Asynchronous fsync(2) - synchronize a file's in-core state with the underlying storage device.
282
+ * @param handle A `FileHandle`.
283
+ */
284
+ function fsync(handle: FileHandle): Promise<void>;
285
+
286
+ /**
287
+ * Asynchronous mkdir(2) - create a directory.
288
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
289
+ * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
290
+ * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
291
+ */
292
+ function mkdir(path: PathLike, options: MakeDirectoryOptions & { recursive: true; }): Promise<string | undefined>;
293
+
294
+ /**
295
+ * Asynchronous mkdir(2) - create a directory.
296
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
297
+ * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
298
+ * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
299
+ */
300
+ function mkdir(path: PathLike, options?: Mode | (MakeDirectoryOptions & { recursive?: false | undefined; }) | null): Promise<void>;
301
+
302
+ /**
303
+ * Asynchronous mkdir(2) - create a directory.
304
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
305
+ * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
306
+ * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
307
+ */
308
+ function mkdir(path: PathLike, options?: Mode | MakeDirectoryOptions | null): Promise<string | undefined>;
309
+
310
+ /**
311
+ * Asynchronous readdir(3) - read a directory.
312
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
313
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
314
+ */
315
+ function readdir(path: PathLike, options?: BaseEncodingOptions & { withFileTypes?: false | undefined } | BufferEncoding | null): Promise<string[]>;
316
+
317
+ /**
318
+ * Asynchronous readdir(3) - read a directory.
319
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
320
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
321
+ */
322
+ function readdir(path: PathLike, options: { encoding: "buffer"; withFileTypes?: false | undefined } | "buffer"): Promise<Buffer[]>;
323
+
324
+ /**
325
+ * Asynchronous readdir(3) - read a directory.
326
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
327
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
328
+ */
329
+ function readdir(path: PathLike, options?: BaseEncodingOptions & { withFileTypes?: false | undefined } | BufferEncoding | null): Promise<string[] | Buffer[]>;
330
+
331
+ /**
332
+ * Asynchronous readdir(3) - read a directory.
333
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
334
+ * @param options If called with `withFileTypes: true` the result data will be an array of Dirent.
335
+ */
336
+ function readdir(path: PathLike, options: BaseEncodingOptions & { withFileTypes: true }): Promise<Dirent[]>;
337
+
338
+ /**
339
+ * Asynchronous readlink(2) - read value of a symbolic link.
340
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
341
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
342
+ */
343
+ function readlink(path: PathLike, options?: BaseEncodingOptions | BufferEncoding | null): Promise<string>;
344
+
345
+ /**
346
+ * Asynchronous readlink(2) - read value of a symbolic link.
347
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
348
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
349
+ */
350
+ function readlink(path: PathLike, options: BufferEncodingOption): Promise<Buffer>;
351
+
352
+ /**
353
+ * Asynchronous readlink(2) - read value of a symbolic link.
354
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
355
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
356
+ */
357
+ function readlink(path: PathLike, options?: BaseEncodingOptions | string | null): Promise<string | Buffer>;
358
+
359
+ /**
360
+ * Asynchronous symlink(2) - Create a new symbolic link to an existing file.
361
+ * @param target A path to an existing file. If a URL is provided, it must use the `file:` protocol.
362
+ * @param path A path to the new symlink. If a URL is provided, it must use the `file:` protocol.
363
+ * @param type May be set to `'dir'`, `'file'`, or `'junction'` (default is `'file'`) and is only available on Windows (ignored on other platforms).
364
+ * When using `'junction'`, the `target` argument will automatically be normalized to an absolute path.
365
+ */
366
+ function symlink(target: PathLike, path: PathLike, type?: string | null): Promise<void>;
367
+
368
+ /**
369
+ * Asynchronous lstat(2) - Get file status. Does not dereference symbolic links.
370
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
371
+ */
372
+ function lstat(path: PathLike, opts?: StatOptions & { bigint?: false | undefined }): Promise<Stats>;
373
+ function lstat(path: PathLike, opts: StatOptions & { bigint: true }): Promise<BigIntStats>;
374
+ function lstat(path: PathLike, opts?: StatOptions): Promise<Stats | BigIntStats>;
375
+
376
+ /**
377
+ * Asynchronous stat(2) - Get file status.
378
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
379
+ */
380
+ function stat(path: PathLike, opts?: StatOptions & { bigint?: false | undefined }): Promise<Stats>;
381
+ function stat(path: PathLike, opts: StatOptions & { bigint: true }): Promise<BigIntStats>;
382
+ function stat(path: PathLike, opts?: StatOptions): Promise<Stats | BigIntStats>;
383
+
384
+ /**
385
+ * Asynchronous link(2) - Create a new link (also known as a hard link) to an existing file.
386
+ * @param existingPath A path to a file. If a URL is provided, it must use the `file:` protocol.
387
+ * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol.
388
+ */
389
+ function link(existingPath: PathLike, newPath: PathLike): Promise<void>;
390
+
391
+ /**
392
+ * Asynchronous unlink(2) - delete a name and possibly the file it refers to.
393
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
394
+ */
395
+ function unlink(path: PathLike): Promise<void>;
396
+
397
+ /**
398
+ * Asynchronous fchmod(2) - Change permissions of a file.
399
+ * @param handle A `FileHandle`.
400
+ * @param mode A file mode. If a string is passed, it is parsed as an octal integer.
401
+ */
402
+ function fchmod(handle: FileHandle, mode: Mode): Promise<void>;
403
+
404
+ /**
405
+ * Asynchronous chmod(2) - Change permissions of a file.
406
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
407
+ * @param mode A file mode. If a string is passed, it is parsed as an octal integer.
408
+ */
409
+ function chmod(path: PathLike, mode: Mode): Promise<void>;
410
+
411
+ /**
412
+ * Asynchronous lchmod(2) - Change permissions of a file. Does not dereference symbolic links.
413
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
414
+ * @param mode A file mode. If a string is passed, it is parsed as an octal integer.
415
+ */
416
+ function lchmod(path: PathLike, mode: Mode): Promise<void>;
417
+
418
+ /**
419
+ * Asynchronous lchown(2) - Change ownership of a file. Does not dereference symbolic links.
420
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
421
+ */
422
+ function lchown(path: PathLike, uid: number, gid: number): Promise<void>;
423
+
424
+ /**
425
+ * Changes the access and modification times of a file in the same way as `fsPromises.utimes()`,
426
+ * with the difference that if the path refers to a symbolic link, then the link is not
427
+ * dereferenced: instead, the timestamps of the symbolic link itself are changed.
428
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
429
+ * @param atime The last access time. If a string is provided, it will be coerced to number.
430
+ * @param mtime The last modified time. If a string is provided, it will be coerced to number.
431
+ */
432
+ function lutimes(path: PathLike, atime: string | number | Date, mtime: string | number | Date): Promise<void>;
433
+
434
+ /**
435
+ * Asynchronous fchown(2) - Change ownership of a file.
436
+ * @param handle A `FileHandle`.
437
+ */
438
+ function fchown(handle: FileHandle, uid: number, gid: number): Promise<void>;
439
+
440
+ /**
441
+ * Asynchronous chown(2) - Change ownership of a file.
442
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
443
+ */
444
+ function chown(path: PathLike, uid: number, gid: number): Promise<void>;
445
+
446
+ /**
447
+ * Asynchronously change file timestamps of the file referenced by the supplied path.
448
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
449
+ * @param atime The last access time. If a string is provided, it will be coerced to number.
450
+ * @param mtime The last modified time. If a string is provided, it will be coerced to number.
451
+ */
452
+ function utimes(path: PathLike, atime: string | number | Date, mtime: string | number | Date): Promise<void>;
453
+
454
+ /**
455
+ * Asynchronously change file timestamps of the file referenced by the supplied `FileHandle`.
456
+ * @param handle A `FileHandle`.
457
+ * @param atime The last access time. If a string is provided, it will be coerced to number.
458
+ * @param mtime The last modified time. If a string is provided, it will be coerced to number.
459
+ */
460
+ function futimes(handle: FileHandle, atime: string | number | Date, mtime: string | number | Date): Promise<void>;
461
+
462
+ /**
463
+ * Asynchronous realpath(3) - return the canonicalized absolute pathname.
464
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
465
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
466
+ */
467
+ function realpath(path: PathLike, options?: BaseEncodingOptions | BufferEncoding | null): Promise<string>;
468
+
469
+ /**
470
+ * Asynchronous realpath(3) - return the canonicalized absolute pathname.
471
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
472
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
473
+ */
474
+ function realpath(path: PathLike, options: BufferEncodingOption): Promise<Buffer>;
475
+
476
+ /**
477
+ * Asynchronous realpath(3) - return the canonicalized absolute pathname.
478
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
479
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
480
+ */
481
+ function realpath(path: PathLike, options?: BaseEncodingOptions | BufferEncoding | null): Promise<string | Buffer>;
482
+
483
+ /**
484
+ * Asynchronously creates a unique temporary directory.
485
+ * Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory.
486
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
487
+ */
488
+ function mkdtemp(prefix: string, options?: BaseEncodingOptions | BufferEncoding | null): Promise<string>;
489
+
490
+ /**
491
+ * Asynchronously creates a unique temporary directory.
492
+ * Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory.
493
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
494
+ */
495
+ function mkdtemp(prefix: string, options: BufferEncodingOption): Promise<Buffer>;
496
+
497
+ /**
498
+ * Asynchronously creates a unique temporary directory.
499
+ * Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory.
500
+ * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
501
+ */
502
+ function mkdtemp(prefix: string, options?: BaseEncodingOptions | BufferEncoding | null): Promise<string | Buffer>;
503
+
504
+ /**
505
+ * Asynchronously writes data to a file, replacing the file if it already exists.
506
+ * It is unsafe to call `fsPromises.writeFile()` multiple times on the same file without waiting for the `Promise` to be resolved (or rejected).
507
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
508
+ * URL support is _experimental_.
509
+ * If a `FileHandle` is provided, the underlying file will _not_ be closed automatically.
510
+ * @param data The data to write. If something other than a `Buffer` or `Uint8Array` is provided, the value is coerced to a string.
511
+ * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag.
512
+ * If `encoding` is not supplied, the default of `'utf8'` is used.
513
+ * If `mode` is not supplied, the default of `0o666` is used.
514
+ * If `mode` is a string, it is parsed as an octal integer.
515
+ * If `flag` is not supplied, the default of `'w'` is used.
516
+ */
517
+ function writeFile(
518
+ path: PathLike | FileHandle,
519
+ data: string | Uint8Array,
520
+ options?: BaseEncodingOptions & { mode?: Mode | undefined, flag?: OpenMode | undefined } | BufferEncoding | null
521
+ ): Promise<void>;
522
+
523
+ /**
524
+ * Asynchronously append data to a file, creating the file if it does not exist.
525
+ * @param file A path to a file. If a URL is provided, it must use the `file:` protocol.
526
+ * URL support is _experimental_.
527
+ * If a `FileHandle` is provided, the underlying file will _not_ be closed automatically.
528
+ * @param data The data to write. If something other than a `Buffer` or `Uint8Array` is provided, the value is coerced to a string.
529
+ * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag.
530
+ * If `encoding` is not supplied, the default of `'utf8'` is used.
531
+ * If `mode` is not supplied, the default of `0o666` is used.
532
+ * If `mode` is a string, it is parsed as an octal integer.
533
+ * If `flag` is not supplied, the default of `'a'` is used.
534
+ */
535
+ function appendFile(
536
+ path: PathLike | FileHandle,
537
+ data: string | Uint8Array,
538
+ options?: BaseEncodingOptions & { mode?: Mode | undefined, flag?: OpenMode | undefined } | BufferEncoding | null
539
+ ): Promise<void>;
540
+
541
+ /**
542
+ * Asynchronously reads the entire contents of a file.
543
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
544
+ * If a `FileHandle` is provided, the underlying file will _not_ be closed automatically.
545
+ * @param options An object that may contain an optional flag.
546
+ * If a flag is not provided, it defaults to `'r'`.
547
+ */
548
+ function readFile(path: PathLike | FileHandle, options?: { encoding?: null | undefined, flag?: OpenMode | undefined } | null): Promise<Buffer>;
549
+
550
+ /**
551
+ * Asynchronously reads the entire contents of a file.
552
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
553
+ * If a `FileHandle` is provided, the underlying file will _not_ be closed automatically.
554
+ * @param options An object that may contain an optional flag.
555
+ * If a flag is not provided, it defaults to `'r'`.
556
+ */
557
+ function readFile(path: PathLike | FileHandle, options: { encoding: BufferEncoding, flag?: OpenMode | undefined } | BufferEncoding): Promise<string>;
558
+
559
+ /**
560
+ * Asynchronously reads the entire contents of a file.
561
+ * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
562
+ * If a `FileHandle` is provided, the underlying file will _not_ be closed automatically.
563
+ * @param options An object that may contain an optional flag.
564
+ * If a flag is not provided, it defaults to `'r'`.
565
+ */
566
+ function readFile(path: PathLike | FileHandle, options?: BaseEncodingOptions & { flag?: OpenMode | undefined } | BufferEncoding | null): Promise<string | Buffer>;
567
+
568
+ function opendir(path: PathLike, options?: OpenDirOptions): Promise<Dir>;
569
+ }
570
+ declare module 'node:fs/promises' {
571
+ export * from 'fs/promises';
572
+ }