mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
8 lines
99 B
TypeScript
8 lines
99 B
TypeScript
"use strict";
|
|
|
|
import Becca from "./becca-interface";
|
|
|
|
const becca = new Becca();
|
|
|
|
export = becca;
|