Skip to content

Commit b5070df

Browse files
committed
Update for os
1 parent 4faec88 commit b5070df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/stdlib/Os.fs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,14 @@ open Fable.Core
66
// fsharplint:disable MemberNames
77

88
type IExports =
9+
abstract chdir : string -> unit
10+
abstract chroot : string -> unit
11+
abstract close : fd: int -> unit
912
abstract environ : Dictionary<string, string>
13+
abstract getcwd : unit -> string
1014
abstract getenv : key: string -> string option
1115
abstract getenv : key: string * ``default``: string -> string
16+
abstract kill : pid: int * ``sig``: int -> unit
1217
abstract putenv : key: string * value: string -> unit
1318

1419

0 commit comments

Comments
 (0)