6 lines
149 B
TypeScript
6 lines
149 B
TypeScript
/**
|
|
* Always trigger latest once when call multiple time
|
|
*/
|
|
declare const _default: () => (callback: () => void) => void;
|
|
export default _default;
|