Skip to main content
Latest
import * as rxjs from "https://deno.land/x/rxjs@v1.0.2/internal/util/identity.ts";

Functions

This function takes one parameter and just returns it. Simply put, this is like <T>(x: T): T => x.