1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-24 23:26:50 +02:00

Plugins: Add support for joplin.plugins.require API to allow using sqlite3 or fs-extra from a plugin

This commit is contained in:
Laurent Cozic
2021-01-24 18:03:33 +00:00
parent 1509e6e58a
commit a320e113ac
69 changed files with 7769 additions and 2311 deletions

View File

@ -0,0 +1,5 @@
import type Joplin from './Joplin';
declare const joplin: Joplin;
export default joplin;