Skip to main content

Functions

import { compose, debounce, once } from '@rtorcato/js-common/functions'

Exports

NameSummary
composeComposes functions from right to left.
debounceReturns a debounced version of a function.
onceReturns a function that only calls the original function once.
pipePipes functions from left to right.
throttleReturns a throttled version of a function.