This commit is contained in:
Olivier Gagnon
2022-08-17 08:50:05 -04:00
parent ba5b0be7f4
commit 3217f53717
291 changed files with 1613 additions and 2367 deletions
+1 -1
View File
@@ -9,5 +9,5 @@ Script's arguments
<b>Signature:</b>
```typescript
args: string[];
args: (string | number | boolean)[];
```