Skip to content

open

open($, path, opt): Promise<Handle>

Defined in: src/vfs/async.ts:78

Internal

Opens a file. This helper handles the complexity of file flags.

$

unknown

PathLike

OpenOptions

Promise<Handle>