* Synchronously returns a code FileInfo for the file. * * @example Usage * ```ts ignore * import { assert } from "@std/assert"; * import { openSync } from "@std/fs/unstable-open"; * using file = openSync("hello.txt"); * const fileInfo = file.statSync(); * assert(fileIn
()
| 381 | * ``` |
| 382 | */ |
| 383 | statSync(): FileInfo; |
| 384 | /** |
| 385 | * Flushes any pending data and metadata operations of the given file |
| 386 | * stream to disk. |
no outgoing calls
no test coverage detected