Closed
Description
Before you submit an question we recommend you to check out the DOCUMENT first.
You can also find more information in:
💬 Questions and Help
Please outline the questions.
点击 Code Now
按钮,会生成默认格式的文件。
...
function twoSum(nums: number[], target: number): number[] {
};
...
怎么改变他的默认生成的函数像这样的格式?
...
export function twoSum(nums: number[], target: number): number[] {
}
...
谢谢
Metadata
Metadata
Assignees
Labels
No labels