fsSize() available fixed windows and typescript typings

This commit is contained in:
Sebastian Hildebrandt
2021-01-29 15:09:28 +01:00
parent 486b959c1e
commit 284ec8cb8f
7 changed files with 31 additions and 12 deletions
+11
View File
@@ -630,6 +630,16 @@ setInterval(function() {
<td></td>
<td>used in bytes</td>
</tr>
<tr>
<td></td>
<td>[0].available</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td></td>
<td>available in bytes</td>
</tr>
<tr>
<td></td>
<td>[0].use</td>
@@ -663,6 +673,7 @@ si.fsSize().then(data => console.log(data));</code></pre class="example">
type: 'ext4',
size: 972577361920,
used: 59142635520,
available: 913434726400,
use: 6.08,
mount: '/'
},