source: node_modules/es-toolkit/dist/compat/util/stubObject.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: 179 bytes
RevLine 
[a762898]1/**
2 * Returns an empty object.
3 *
4 * @returns {Object} An empty object.
5 * @example
6 * stubObject() // Returns {}
7 */
8declare function stubObject(): any;
9
10export { stubObject };
Note: See TracBrowser for help on using the repository browser.