3 lines
74 B
TypeScript
3 lines
74 B
TypeScript
import { debounce } from 'lodash-es';
|
|
|
|
export const debounceFn = debounce; |