mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 11:02:28 +08:00

git-subtree-dir: _regroup/ckeditor5-math git-subtree-mainline: 034cd58833a2c9c7ba49f6217dc5aeff274e0174 git-subtree-split: 6231df7f0e9df7f4d6982b103c02400d4f0b8937
10 lines
144 B
TypeScript
10 lines
144 B
TypeScript
import type { SinonStatic } from 'sinon';
|
|
|
|
declare global {
|
|
// eslint-disable-next-line no-var
|
|
var sinon: SinonStatic;
|
|
}
|
|
|
|
export default {};
|
|
|