44 lines
960 B
TypeScript
44 lines
960 B
TypeScript
declare const _default: {
|
|
entrypoint: {
|
|
type: "choice";
|
|
category: string;
|
|
default: string;
|
|
choices: {
|
|
value: string;
|
|
description: string;
|
|
}[];
|
|
description: string;
|
|
};
|
|
arrowParens: {
|
|
type: "choice";
|
|
category: string;
|
|
default: string;
|
|
choices: {
|
|
value: string;
|
|
description: string;
|
|
}[];
|
|
description: string;
|
|
};
|
|
trailingComma: {
|
|
type: "choice";
|
|
category: string;
|
|
default: string;
|
|
choices: {
|
|
value: string;
|
|
description: string;
|
|
}[];
|
|
description: string;
|
|
};
|
|
experimentalOperatorPosition: {
|
|
type: "choice";
|
|
category: string;
|
|
default: string;
|
|
choices: {
|
|
value: string;
|
|
description: string;
|
|
}[];
|
|
description: string;
|
|
};
|
|
};
|
|
export default _default;
|