({comments, columnNames, rows}) is: { comments: [], columnNames: [], rows: [ [ "# good-js" ], [ "A standard library of tools missing from JavaScript. Works for any ECMA Script runtime (2016 or late"... 3 more characters ], [ "```js" ], [ 'import DateTime from "https://deno.land/x/good@1.5.0.1/date.js"' ], [ "import { zip", "enumerate", "count", "permute", "combinations", 'wrapAroundGet } from "https://deno.land/x/good@1.5.0.1/array.js"' ], [ "import { intersection", 'subtract } from "https://deno.land/x/good@1.5.0.1/set.js"' ], [ "import { stats", "sum", "spread", "normalizeZeroToOne", "roundedUpToNearest", 'roundedDownToNearest } from "https://deno.land/x/good@1.5.0.1/math.js"' ], [ "import { capitalize", "indent", "toCamelCase", "digitsToEnglishArray", "toPascalCase", "toKebabCase", "toSnakeCase", "toScreamingtoKebabCase", "toScreamingtoSnakeCase", "toRepresentation", "toString", "regex", "findAll", "iterativelyFindAll", "escapeRegexMatch", "escapeRegexReplace", "extractFirst", 'isValidIdentifier } from "https://deno.land/x/good@1.5.0.1/string.js"' ], [ "import { generateKeys", "encrypt", "decrypt", 'hashers } from "https://deno.land/x/good@1.5.0.1/encryption.js"' ], [ "import { deferredPromise", 'recursivePromiseAll } from "https://deno.land/x/good@1.5.0.1/async.js"' ], [ "import { Event", "trigger", "everyTime", 'once } from "https://deno.land/x/good@1.5.0.1/events.js"' ], [ "import { recursivelyOwnKeysOf", "get", "set", "hasKeyList", "hasDirectKeyList", "remove", "merge", "compareProperty", 'recursivelyIterateOwnKeysOf } from "https://deno.land/x/good@1.5.0.1/object.js"' ], [ "import { deepCopy", "deepCopySymbol", "allKeyDescriptions", "deepSortObject", "shallowSortObject", "isGeneratorType", "isAsyncIterable", "isSyncIterable", "isTechnicallyIterable", "isSyncIterableObjectOrContainer", 'allKeys } from "https://deno.land/x/good@1.5.0.1/value.js"' ], [ "import { iter", "next", "Stop", "Iterable", "map", "filter", "reduce", "frequencyCount", "zip", "count", "enumerate", "permute", "combinations", "slices", "asyncIteratorToList", "concurrentlyTransform", 'forkBy } from "https://deno.land/x/good@1.5.0.1/iterable.js"' ], [ "import { parseCsv", 'createCsv } from "https://deno.land/x/good@1.5.0.1/csv.js"' ], [ 'import { BinaryHeap } from "https://deno.land/x/good@1.5.0.1/binary_heap.js"' ], [ "```" ], [ "# How to use" ], [ "Use intellisense", "view [the docs](https://deno.land/x/good?doc)", "or take a look at the [tests](https://github.com/jeff-hykin/good-js/tree/master/tests) for how to us"... 1 more character ], [ "## Versioning" ], [ "`1.2.3.4`" ], [ "- 1st number is API overhaul" ], [ "- 2nd number is breaking change" ], [ "- 3rd number is new (backwards compatible) feature" ], [ "- 4th number is patch/bugfix" ], columnNames: [], comments: [], rows: [Circular *1] ] } THE ERROR BELOW IS INTENTIONAL Error: When calling parseCsv() some unrecognized arguments were given so I'm guessing you may have misspelled something: for "seperator" maybe you meant: separator at parseCsv (file:///Users/jeffhykin/repos/good-js/source/csv.js:82:15) at file:///Users/jeffhykin/repos/good-js/tests/csv.js:22:47 at eventLoopTick (ext:core/01_core.js:183:11)