Improve docs

This commit is contained in:
Vanilagy
2025-09-21 23:41:10 +02:00
parent 608c769a7e
commit 63145c9ced
3 changed files with 19 additions and 0 deletions
+3
View File
@@ -531,6 +531,9 @@ export type FilePathSourceOptions = {
/**
* A source backed by a path to a file. Intended for server-side usage in Node, Bun, or Deno.
*
* Make sure to call `.dispose()` on the corresponding {@link Input} when done to explicitly free the internal file
* handle acquired by this source.
* @group Input sources
* @public
*/