node and browser bindings for gleam
at master 2 lines 66 B view raw
1export const write = (writable, chunk) => 2 writable.write(chunk)