Skip to content

stubString ​

INFO

This function is only available in es-toolkit/compat for compatibility reasons. It either has alternative native JavaScript APIs or isn’t fully optimized yet.

When imported from es-toolkit/compat, it behaves exactly like lodash and provides the same functionalities, as detailed here.

Returns an empty string.

Signature ​

typescript
function stubString(): '';

Returns ​

(''): An empty string.

Examples ​

typescript
stubString(); // Returns ''

Released under the MIT License.