mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 12:50:47 +08:00
9 lines
144 B
TypeScript
9 lines
144 B
TypeScript
import type { SinonStatic } from 'sinon';
|
|
|
|
declare global {
|
|
// eslint-disable-next-line no-var
|
|
var sinon: SinonStatic;
|
|
}
|
|
|
|
export default {};
|
|
|