Current section

Files

Jump to
plinth src stream_ffi.mjs
Raw

src/stream_ffi.mjs

export const write = (writable, chunk) =>
writable.write(chunk)