mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-19 00:42:29 +08:00
8 lines
105 B
TypeScript
8 lines
105 B
TypeScript
![]() |
"use strict";
|
||
|
|
||
|
import Becca = require("./becca-interface");
|
||
|
|
||
|
const becca = new Becca();
|
||
|
|
||
|
export = becca;
|