mirror of
https://github.com/C4illin/ConvertX.git
synced 2026-03-03 02:27:00 +00:00
Formatting
This commit is contained in:
@@ -3,21 +3,10 @@ import { ExecFileFn } from "./types";
|
||||
|
||||
export const properties = {
|
||||
from: {
|
||||
document: [
|
||||
"yaml",
|
||||
"toml",
|
||||
"json",
|
||||
"xml",
|
||||
"csv",
|
||||
],
|
||||
document: ["yaml", "toml", "json", "xml", "csv"],
|
||||
},
|
||||
to: {
|
||||
document: [
|
||||
"yaml",
|
||||
"toml",
|
||||
"json",
|
||||
"csv"
|
||||
],
|
||||
document: ["yaml", "toml", "json", "csv"],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user