aboutsummaryrefslogtreecommitdiff
path: root/api/index.ts
blob: 10ff6555e31d4a2b88c0af3b65b0f4112060b807 (plain)
1
2
3
4
5
import type Joplin from './Joplin';

declare const joplin: Joplin;

export default joplin;