Skip to main content
Module

x/lodash_es/mod.ts>noop

lodash for deno use
Latest
function noop
import { noop } from "https://deno.land/x/lodash_es@v0.0.2/mod.ts";

This method returns undefined.

Examples

_.times(2, _.noop); // => [undefined, undefined]