import * as mod from "https://deno.land/std@0.34.0/encoding/mod.ts";
Functions
Decode decodes | |
DecodeString returns the bytes represented by the hexadecimal string | |
Encode encodes | |
EncodeToString returns the hexadecimal encoding of | |
Csv parse helper to manipulate data. Provides an auto/custom mapper for columns and parse function for columns and rows. | |
Parses | |
Serializes |
Interfaces
HeaderOptions provides the column definition and the parse function for each entry of the column. | |