mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
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 {};
|
||
|
|
|