source: node_modules/es-toolkit/dist/compat/util/stubString.d.mts

Last change on this file was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago

Added visualizations

  • Property mode set to 100644
File size: 182 bytes
RevLine 
[a762898]1/**
2 * Returns an empty string.
3 *
4 * @returns {string} An empty string.
5 * @example
6 * stubString() // Returns ''
7 */
8declare function stubString(): string;
9
10export { stubString };
Note: See TracBrowser for help on using the repository browser.