1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-03-20 20:55:18 +02:00
2021-01-12 12:28:55 +00:00

6 lines
91 B
TypeScript

import type Joplin from './Joplin';
declare const joplin: Joplin;
export default joplin;