mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2026-02-03 19:03:28 +08:00
@@ -331,7 +331,7 @@ var permute = function(nums) {
|
||||
|
||||
```
|
||||
|
||||
## TypeScript
|
||||
### TypeScript
|
||||
|
||||
```typescript
|
||||
function permute(nums: number[]): number[][] {
|
||||
|
||||
Reference in New Issue
Block a user