Skip to main content
Module

x/functional/mod.js>log

Common Functional Programming Algebraic data types for JavaScript that is compatible with most modern browsers and Deno.
Latest
variable log
import { log } from "https://deno.land/x/functional@v1.3.4/mod.js";

log

String -> a -> a

This function is a composable console.debug. It takes a message, a value and, return the value.

type

(message) => unknown