Namespace Data

Processing streams of data. Read more in the Guide

Sub-modules:

Comparing

Etc

  • keysToNumbers: Convert keys of an object to number data type
  • mapObjectByObject: Map values of an object using a structured set of map functions. Allows you to use different map functions for different keys.
  • mapObjectShallow: Maps top-level values of an object through a common function.
  • resolve: For an input value, iterator/generator or function, it will return a value
  • resolveFields: Like resolve but works on all the top-level values of an object.
// If library is stored two directories up under `ixfx/`
import { resolve } from '../../ixfx/dist/data.js';
// Import from web
import { resolve } from 'https://unpkg.com/ixfx/dist/data.js'

Index

Namespaces

Type Aliases

Variables

Functions