This commit is contained in:
Olivier Gagnon
2022-01-15 18:39:37 -05:00
parent f1c2dc2693
commit 8b69fd7faa
130 changed files with 3091 additions and 453 deletions
+5 -4
View File
@@ -14,10 +14,10 @@ vsprintf(format: string, args: any[]): string;
## Parameters
| Parameter | Type | Description |
| --------- | ------- | -------------------- |
| format | string | String to format. |
| args | any\[\] | Formating arguments. |
| Parameter | Type | Description |
| --- | --- | --- |
| format | string | String to format. |
| args | any\[\] | Formating arguments. |
<b>Returns:</b>
@@ -30,3 +30,4 @@ Formated text.
RAM cost: 0 GB
see: https://github.com/alexei/sprintf.js