mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 15:55:52 +01:00
git-subtree-dir: _regroup/ckeditor5-math git-subtree-mainline:034cd58833git-subtree-split:6231df7f0e
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 {};
|
|
|