@prefix code: <https://code.described.at/>.
@prefix p: <https://pipeline.described.at/>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.

<https://barnard59.zazuko.com/operations/base/toString> a p:Operation, p:Readable, p:WritableObjectMode;
  rdfs:comment "Converts each chunk to a string by calling .toString().";
  rdfs:label "To String";
  code:implementedBy [ a code:EcmaScriptModule;
      code:link <node:barnard59-base/toString.js#default>
    ].
