mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 10:22:29 +08:00
8 lines
108 B
TypeScript
8 lines
108 B
TypeScript
"use strict";
|
|
|
|
import Becca from "./becca-interface.js";
|
|
|
|
const becca = new Becca();
|
|
|
|
export default becca;
|