2024-08-20 23:25:37 +04:00

6 lines
149 B
TypeScript

/**
* Always trigger latest once when call multiple time
*/
declare const _default: () => (callback: () => void) => void;
export default _default;