File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3614,7 +3614,7 @@ The native call from `process.cpuUsage` could not be processed.
36143614[ `dgram.disconnect()` ] : dgram.md#socketdisconnect
36153615[ `dgram.remoteAddress()` ] : dgram.md#socketremoteaddress
36163616[ `errno`(3) man page ] : https://man7.org/linux/man-pages/man3/errno.3.html
3617- [ `ffi.getNativeFunction()` ] : ffi.md#ffigetnativefunctionlibrary-func-retType -argtypes
3617+ [ `ffi.getNativeFunction()` ] : ffi.md#ffigetnativefunctionlibrary-func-rettype -argtypes
36183618[ `fs.Dir` ] : fs.md#class-fsdir
36193619[ `fs.cp()` ] : fs.md#fscpsrc-dest-options-callback
36203620[ `fs.readFileSync` ] : fs.md#fsreadfilesyncpath-options
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import ffi from 'ffi';
2929const ffi = require (' ffi' );
3030```
3131
32- ### Supported Types
32+ ## Supported Types
3333
3434The following types are supported.
3535
Original file line number Diff line number Diff line change 3131* [ Errors] ( errors.md )
3232* [ Events] ( events.md )
3333* [ File system] ( fs.md )
34+ * [ Foreign Function Interface] ( ffi.md )
3435* [ Globals] ( globals.md )
3536* [ HTTP] ( http.md )
3637* [ HTTP/2] ( http2.md )
You can’t perform that action at this time.
0 commit comments