I'm trying to use the module from node v9.3.0 as shown here, but I get
The requested module does not provide an export named 'csvFormat'
$ cat index.mjs
import {csvFormat} from "d3-dsv";
$ node --experimental-modules index.mjs
(node:9652) ExperimentalWarning: The ESM module loader is experimental.
SyntaxError: The requested module does not provide an export named 'csvFormat'
at ModuleJob._instantiate (internal/loader/ModuleJob.js:84:17)
at <anonymous>