1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-30 23:44:55 +02:00
Files
joplin/CliClient/tests/support/plugins/register_command/api/index.ts

6 lines
91 B
TypeScript

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