mirror of
https://github.com/onsonr/nebula.git
synced 2025-03-11 09:49:12 +00:00
2 lines
129 B
TypeScript
2 lines
129 B
TypeScript
![]() |
export declare const debounce: (delay: number) => <T>(_target: T, _propertyKey: string, descriptor: PropertyDescriptor) => void;
|