UNPKG

es-toolkit

Version:

A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.

11 lines (9 loc) 182 B
/** * Returns an empty string. * * @returns {string} An empty string. * @example * stubString() // Returns '' */ declare function stubString(): string; export { stubString };