source: node_modules/es-toolkit/dist/compat/util/stubString.d.ts@ ba17441

Last change on this file since ba17441 was a762898, checked in by istevanoska <ilinastevanoska@…>, 6 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.