Skip to content

stubTrue

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 true.

Signature

typescript
function stubTrue(): boolean;

Returns

(boolean): true.

Examples

typescript
stubTrue(); // Returns true

Released under the MIT License.