Skip to main content
Module

x/ana_components/deps.ts

🅰️ UI library for Ana
Go to Latest
import * as anaComponents from "https://deno.land/x/ana_components@v0.0.16/deps.ts";

Variables

Shortner for classNames.default

Functions

This function uses an object that stores the default values for an interface T. It uses an input object of type Partial with new values to replace matching properties.

This function emulates the behavior of Array.prototype.map() in Dictionaries. It calls a function passing each entry of the dictionary as an argument.

This function emulates the behavior of Array.prototype.reduce() in Dictionaties. It runs a function that accumulates to a final single value returned.