05nelsonm / kmp-file

A very simple File API for Kotlin Multiplatform. It gets the job done.
Apache License 2.0
2 stars 0 forks source link

Refactor `Node.js` `Buffer` wrapper #70

Closed 05nelsonm closed 3 months ago

05nelsonm commented 3 months ago

Closes #66

Does a few minor things here 1) Adds Buffer.alloc static function 2) Adds Buffer.MAX_LENGTH variable 3) Buffer.length no returns Number instead of Long 4) Throwable.errorCodeOrNull is now public