mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-05 12:42:04 +08:00
6 lines
100 B
TypeScript
6 lines
100 B
TypeScript
![]() |
import becca from "../becca/becca.js";
|
||
|
|
||
|
export function getTasks() {
|
||
|
return becca.getTasks();
|
||
|
}
|