Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rimbu/actor/main/slice-config.ts

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
import * as rimbu from "https://deno.land/x/rimbu@1.0.4/actor/main/slice-config.ts";

Functions

Returns a configured object that can be used to produce slices with the given configuration.

Interfaces

Utility type to determine the types to be used in the slice configuration.

Type Aliases

Type used to define a lookup action object.

Function type to use to include external actions in the slice.

The result type of an action include function.

Function type to use to apply the given action handler.

Function type to use to apply the given action handler result.

The type used to define slice actions