UNPKG

async-selector-kit

Version:

An opinionated API to simplify using async-selector

8 lines (7 loc) 351 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var throttleSelectorResults_1 = require("./throttleSelectorResults"); function throttleSelector(selector, throttleFunction, id) { return throttleSelectorResults_1.throttleSelectorResults(selector, throttleFunction, id)[0]; } exports.throttleSelector = throttleSelector;