source:
node_modules/es-toolkit/dist/compat/util/stubArray.d.mts
| Last change on this file was a762898, checked in by , 5 months ago | |
|---|---|
|
|
| File size: 181 bytes | |
| Line | |
|---|---|
| 1 | /** |
| 2 | * Returns a new empty array. |
| 3 | * |
| 4 | * @returns {Array} A new empty array. |
| 5 | * @example |
| 6 | * stubArray() // Returns [] |
| 7 | */ |
| 8 | declare function stubArray(): any[]; |
| 9 | |
| 10 | export { stubArray }; |
Note:
See TracBrowser
for help on using the repository browser.
