UNPKG

atikin-utils

Version:

A blazing fast, modular utility library with 100+ modern JavaScript/TypeScript helpers.

4 lines 93 B
export function throttle(input: any): any { // Example logic for throttle return input; }