Formatting

This commit is contained in:
Ben Burwood 2025-09-09 09:17:39 +01:00
parent 38cbf093e5
commit c6b64ced91

View file

@ -3,21 +3,10 @@ import { ExecFileFn } from "./types";
export const properties = { export const properties = {
from: { from: {
document: [ document: ["yaml", "toml", "json", "xml", "csv"],
"yaml",
"toml",
"json",
"xml",
"csv",
],
}, },
to: { to: {
document: [ document: ["yaml", "toml", "json", "csv"],
"yaml",
"toml",
"json",
"csv"
],
}, },
}; };