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