import * as mod from "https://deno.land/std@0.104.0/encoding/toml.ts"; VariablesvparseParse parses TOML string into an object. FunctionsfstringifyStringify dumps source object into TOML string and returns it.