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