mirror of
https://github.com/mts7/obsidian-word-frequency.git
synced 2026-07-22 05:43:07 +00:00
3 lines
72 B
TypeScript
3 lines
72 B
TypeScript
export const debounce = jest.fn((func) => {
|
|
return jest.fn(func);
|
|
});
|