mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
8 lines
105 B
TypeScript
8 lines
105 B
TypeScript
"use strict";
|
|
|
|
import Becca = require("./becca-interface");
|
|
|
|
const becca = new Becca();
|
|
|
|
export = becca;
|